From bacb75a2f69c85b28491ec58fe006d166fa337d6 Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 8 Feb 2001 23:13:16 +0000 Subject: fix gale user comment --- chat/gale/pkg/INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chat') 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." -- cgit v1.2.3