Date: Thu, 2 Apr 2015 15:50:50 +0000 (UTC) From: Hajimu UMEMOTO <ume@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383016 - head/security/cyrus-sasl2 Message-ID: <201504021550.t32FooFm038428@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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."
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504021550.t32FooFm038428>