svn commit: r383016 - head/security/cyrus-sasl2

Hajimu UMEMOTO ume at FreeBSD.org
Thu Apr 2 15:50:50 UTC 2015


Author: ume
Date: Thu Apr  2 15:50:49 2015
New Revision: 383016
URL: https://svnweb.freebsd.org/changeset/ports/383016

Log:
  fix option of pw.
  
  Spotted by:	Sean Eric Fagan <sef__at__Kithrup.COM>

Modified:
  head/security/cyrus-sasl2/pkg-install

Modified: head/security/cyrus-sasl2/pkg-install
==============================================================================
--- head/security/cyrus-sasl2/pkg-install	Thu Apr  2 15:47:36 2015	(r383015)
+++ head/security/cyrus-sasl2/pkg-install	Thu Apr  2 15:50:49 2015	(r383016)
@@ -55,7 +55,7 @@ create_user() {
 			uid=`expr ${uid} + 1`
 		done
 		if ! ${PW} add user ${USER} -u ${uid} -g ${gid} -d "${uhome}" \
-				-c "the cyrus mail server" -s "${shell}" -p "*" \
+				-c "the cyrus mail server" -s "${shell}" -w no \
 				; then
 			e=$?
 			echo "*** Failed to add user \`${USER}'. Please add it manually."


More information about the svn-ports-all mailing list