svn commit: r463446 - head/mail/dovecot/files

Adam Weinberger adamw at FreeBSD.org
Fri Mar 2 20:05:21 UTC 2018


Author: adamw
Date: Fri Mar  2 20:05:20 2018
New Revision: 463446
URL: https://svnweb.freebsd.org/changeset/ports/463446

Log:
  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

Modified:
  head/mail/dovecot/files/pkg-message.in

Modified: head/mail/dovecot/files/pkg-message.in
==============================================================================
--- head/mail/dovecot/files/pkg-message.in	Fri Mar  2 19:21:53 2018	(r463445)
+++ head/mail/dovecot/files/pkg-message.in	Fri Mar  2 20:05:20 2018	(r463446)
@@ -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).
 
 ---------------------------------------------------------------------
 


More information about the svn-ports-all mailing list