diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-02-12 20:12:06 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-02-12 20:12:06 +0000 |
commit | e81e3cf827a237e7e168514caff5a7af60a96c17 (patch) | |
tree | 287da68c3dd68d343be8ddf994bb28d7121d15ee /mail/dovecot-devel/pkg-install | |
parent | 3cad625d5e8d4dd4a39772c178931a496e1968bc (diff) | |
download | ports-e81e3cf827a237e7e168514caff5a7af60a96c17.tar.gz ports-e81e3cf827a237e7e168514caff5a7af60a96c17.zip |
Notes
Diffstat (limited to 'mail/dovecot-devel/pkg-install')
-rw-r--r-- | mail/dovecot-devel/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot-devel/pkg-install b/mail/dovecot-devel/pkg-install index 05686ba48d5f..648a4ecf06f4 100644 --- a/mail/dovecot-devel/pkg-install +++ b/mail/dovecot-devel/pkg-install @@ -57,7 +57,7 @@ make_account() { echo "You need a user \"${u}\"." if which -s pw && yesno "Would you like me to create it" y then - pw useradd ${u} -g ${g} -h - -s /sbin/nologin -c "${gcos}" || exit + pw useradd ${u} -g ${g} -c "${gcos}" -d /nonexistent -s /sbin/nologin -h - || exit echo "Done." else echo "Please create it, and try again." |