diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl2/pkg-install | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/cyrus-sasl2/pkg-install b/security/cyrus-sasl2/pkg-install index 0416dd08b99a..939107967172 100644 --- a/security/cyrus-sasl2/pkg-install +++ b/security/cyrus-sasl2/pkg-install @@ -61,9 +61,7 @@ create_user() { fi echo "*** Added user \`${USER}' (id ${uid})" else - if ! ${PW} mod user ${USER} -g ${gid} -d "${uhome}" \ - -c "the cyrus mail server" -s "${shell}" -p "*" \ - ; then + if ! ${PW} mod user ${USER} -g ${gid}; then e=$? echo "*** Failed to update user \`${USER}'." exit ${e} |