diff options
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." |
