aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorclive <clive@FreeBSD.org>2001-02-26 11:08:51 +0800
committerclive <clive@FreeBSD.org>2001-02-26 11:08:51 +0800
commit58477e878256c569dbae14ae4d2cb66134736c52 (patch)
tree3ebaa101b8ffad23cb8a4bb143c50d9c6a106a97 /mail
parent400fc3828d69dd16168506b06033260bc2429cb0 (diff)
downloadfreebsd-ports-gnome-58477e878256c569dbae14ae4d2cb66134736c52.tar.gz
freebsd-ports-gnome-58477e878256c569dbae14ae4d2cb66134736c52.tar.zst
freebsd-ports-gnome-58477e878256c569dbae14ae4d2cb66134736c52.zip
Fix a typo which would results in wrong home directory of nullmail user.
Noted by: Sybolt de Boer <bolt@xs4all.nl>
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