summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-02-26 03:08:51 +0000
committerClive Lin <clive@FreeBSD.org>2001-02-26 03:08:51 +0000
commit5ab4fb8386686116e5b2817b055853c5016e1bae (patch)
tree1e604f0088cb927f9c6906b84766426235306886 /mail
parentAdd xjump 2.7, a simple X game where one tries to jump up as many (diff)
Fix a typo which would results in wrong home directory of nullmail user.
Noted by: Sybolt de Boer <bolt@xs4all.nl>
Notes
Notes: svn path=/head/; revision=38721
Diffstat (limited to 'mail')
-rw-r--r--mail/nullmailer/pkg-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/nullmailer/pkg-install b/mail/nullmailer/pkg-install
index 9832b2045594..287d853da6aa 100644
--- a/mail/nullmailer/pkg-install
+++ b/mail/nullmailer/pkg-install
@@ -51,7 +51,7 @@ if [ x"$2" = xPRE-INSTALL ]; then
else
echo "You need a user \"${user}\"."
if yesno "Would you like me to create it" y; then
- /usr/sbin/pw useradd ${user} -u 522 -g ${group} -h - -d ${PREFIX}/var/nullmailer \
+ /usr/sbin/pw useradd ${user} -u 522 -g ${group} -h - -d ${PKG_PREFIX}/var/nullmailer \
-s /bin/sh -c "Nullmailer Mail System" || exit
echo "Done."
else