summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorlukem <lukem>2001-02-08 23:13:16 +0000
committerlukem <lukem>2001-02-08 23:13:16 +0000
commitbacb75a2f69c85b28491ec58fe006d166fa337d6 (patch)
tree329278663e6d08e0f76709b9062560031d10595e /chat
parentc6613d96a33265ff0c43ca13e9fcbdd1e028dc81 (diff)
downloadpkgsrc-bacb75a2f69c85b28491ec58fe006d166fa337d6.tar.gz
fix gale user comment
Diffstat (limited to 'chat')
-rw-r--r--chat/gale/pkg/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gale/pkg/INSTALL b/chat/gale/pkg/INSTALL
index c8a00e19e85..d9ad54eaf9b 100644
--- a/chat/gale/pkg/INSTALL
+++ b/chat/gale/pkg/INSTALL
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.1.1.1 2001/02/05 22:34:43 lukem Exp $
+# $NetBSD: INSTALL,v 1.2 2001/02/08 23:13:16 lukem Exp $
USER=@GALE_USER@
GROUP=@GALE_GROUP@
@@ -35,7 +35,7 @@ if [ $? -eq 0 ]
then
echo "Creating '${USER}' user..."
${ADDUSER} \
- -c "Network UPS Tools" \
+ -c "Gale instant messaging system" \
-d /var/${USER} \
-g ${GROUP} -s /bin/sh -m ${USER}
echo "Done."