aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-devel/pkg-install
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-02-12 20:12:06 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-02-12 20:12:06 +0000
commite81e3cf827a237e7e168514caff5a7af60a96c17 (patch)
tree287da68c3dd68d343be8ddf994bb28d7121d15ee /mail/dovecot-devel/pkg-install
parent3cad625d5e8d4dd4a39772c178931a496e1968bc (diff)
downloadports-e81e3cf827a237e7e168514caff5a7af60a96c17.tar.gz
ports-e81e3cf827a237e7e168514caff5a7af60a96c17.zip
Notes
Diffstat (limited to 'mail/dovecot-devel/pkg-install')
-rw-r--r--mail/dovecot-devel/pkg-install2
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."