diff options
author | adamw <adamw@FreeBSD.org> | 2018-03-03 04:05:20 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2018-03-03 04:05:20 +0800 |
commit | 0ed7eafb5c0e9d6ae6b95f365540a4311d2bb149 (patch) | |
tree | 5a79d296042e7bc793b04c4c7a7570fb0b499292 /mail | |
parent | 843fb5f24a1b76e61c7cf8dfdd127271bdb4a07d (diff) | |
download | freebsd-ports-gnome-0ed7eafb5c0e9d6ae6b95f365540a4311d2bb149.tar.gz freebsd-ports-gnome-0ed7eafb5c0e9d6ae6b95f365540a4311d2bb149.tar.zst freebsd-ports-gnome-0ed7eafb5c0e9d6ae6b95f365540a4311d2bb149.zip |
Improve clarity of dovecot's pkg-message
Change an ambigious "enable" to the actual value that causes a problem,
and fix spelling of "gid".
No PORTREVISION bump---there's a major update coming shortly, and this
change will get picked up then.
PR: 218392
Submitted by: Jeremy Chadwick
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/files/pkg-message.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/dovecot/files/pkg-message.in b/mail/dovecot/files/pkg-message.in index 1c57ad162d81..905b3401815a 100644 --- a/mail/dovecot/files/pkg-message.in +++ b/mail/dovecot/files/pkg-message.in @@ -17,9 +17,9 @@ --------------------------------------------------------------------- -To avoid a risk of mailbox corruption, do not enable the -security.bsd.see_other_uids or .see_other_guids sysctls if Dovecot -is storing mail for multiple concurrent users (PR 218392). +To avoid a risk of mailbox corruption, do not set the +security.bsd.see_other_uids or .see_other_gids sysctls to 0 +if Dovecot is storing mail for multiple concurrent users (PR 218392). --------------------------------------------------------------------- |