summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorlukem <lukem@pkgsrc.org>2001-02-08 23:13:16 +0000
committerlukem <lukem@pkgsrc.org>2001-02-08 23:13:16 +0000
commit68073ad6ef2cdc3bba03d9967b5521f0a4bd9ac6 (patch)
tree329278663e6d08e0f76709b9062560031d10595e /chat
parent133d034dcd5838567599767a3270c483d1ec6f76 (diff)
downloadpkgsrc-68073ad6ef2cdc3bba03d9967b5521f0a4bd9ac6.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."