diff options
author | lukem <lukem@pkgsrc.org> | 2001-02-08 23:13:16 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-02-08 23:13:16 +0000 |
commit | 68073ad6ef2cdc3bba03d9967b5521f0a4bd9ac6 (patch) | |
tree | 329278663e6d08e0f76709b9062560031d10595e /chat | |
parent | 133d034dcd5838567599767a3270c483d1ec6f76 (diff) | |
download | pkgsrc-68073ad6ef2cdc3bba03d9967b5521f0a4bd9ac6.tar.gz |
fix gale user comment
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gale/pkg/INSTALL | 4 |
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." |