summaryrefslogtreecommitdiff
path: root/mail/popa3d
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-05-26 14:21:42 +0000
committerwiz <wiz@pkgsrc.org>2000-05-26 14:21:42 +0000
commit016d2bf79179ac949ce80ec050a8f4d3b15204df (patch)
treec529b15b1d488e93edbafa7fe3825ff982fc23d1 /mail/popa3d
parentceb564714702f1bbd92ad6db24191d636fe9a1e7 (diff)
downloadpkgsrc-016d2bf79179ac949ce80ec050a8f4d3b15204df.tar.gz
fix user handling for binary packages
Diffstat (limited to 'mail/popa3d')
-rw-r--r--mail/popa3d/pkg/INSTALL6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/popa3d/pkg/INSTALL b/mail/popa3d/pkg/INSTALL
index a3c727190cd..5f2d7fa1fc6 100644
--- a/mail/popa3d/pkg/INSTALL
+++ b/mail/popa3d/pkg/INSTALL
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.1.1.1 2000/04/02 01:32:28 wiz Exp $
+# $NetBSD: INSTALL,v 1.2 2000/05/26 14:21:42 wiz Exp $
#
if [ "$2" != "PRE-INSTALL" ]; then
@@ -23,12 +23,12 @@ else
fi
fi
-if ${GROUP_CMD} info -e popa3d ; then \
+if `${GROUP_CMD} info -e popa3d` ; then \
${ECHO} Group \'popa3d\' already exists.; \
else \
${GROUP_CMD} add popa3d; \
fi
-if ${USER_CMD} info -e popa3d ; then \
+if `${USER_CMD} info -e popa3d` ; then \
${ECHO} User \'popa3d\' already exists.; \
else \
${USER_CMD} add -g popa3d -d /nonexistent -s /sbin/nologin \