aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2015-04-02 23:50:49 +0800
committerume <ume@FreeBSD.org>2015-04-02 23:50:49 +0800
commitf8a651b6740a9046d9976e6b20a0e04a4a51bcd6 (patch)
tree49e0970b6ec70b9c26ab45903c0f4ec30c25ae0b
parente1b128759c239aefb1a733ad11cbf81ddfd7222a (diff)
downloadfreebsd-ports-gnome-f8a651b6740a9046d9976e6b20a0e04a4a51bcd6.tar.gz
freebsd-ports-gnome-f8a651b6740a9046d9976e6b20a0e04a4a51bcd6.tar.zst
freebsd-ports-gnome-f8a651b6740a9046d9976e6b20a0e04a4a51bcd6.zip
fix option of pw.
Spotted by: Sean Eric Fagan <sef__at__Kithrup.COM>
-rw-r--r--security/cyrus-sasl2/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cyrus-sasl2/pkg-install b/security/cyrus-sasl2/pkg-install
index a6e61eada638..55ac7a69b6a0 100644
--- a/security/cyrus-sasl2/pkg-install
+++ b/security/cyrus-sasl2/pkg-install
@@ -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."