diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-08-16 08:11:45 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-08-16 08:11:45 +0000 |
commit | cbc0e38b648a339954aa3d92302b238426610f82 (patch) | |
tree | 959613a7409102038d37adb46cd543704a04d70c /mail/dovecot-devel/files | |
parent | Upgrade to the 20030813 snapshot of Wine. (diff) |
Fix user id needed to run port on RELENG_4:
maintainer just forgot to update the README.
Submitted by: Marco Molteni <molter@tin.it>
Approved by: Dominic Marks <dom@wirespeed.org.uk> (maintainer)
PR: 55464
Also special thanks to ceri for his "Adding to
audit trail, from misfiled PR" :-)
Notes
Notes:
svn path=/head/; revision=87028
Diffstat (limited to 'mail/dovecot-devel/files')
-rw-r--r-- | mail/dovecot-devel/files/README.FreeBSD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot-devel/files/README.FreeBSD b/mail/dovecot-devel/files/README.FreeBSD index 0ca49a31021c..a296e2a5836f 100644 --- a/mail/dovecot-devel/files/README.FreeBSD +++ b/mail/dovecot-devel/files/README.FreeBSD @@ -13,7 +13,7 @@ + FreeBSD 4 (DEFAULT) auth_passdb = passwd - auth_user = dovecot-auth + auth_user = root + FreeBSD 5 |