From 823b4b5eb5f3292d607f27645068abbef33bba60 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 15 Dec 2000 11:35:58 +0000 Subject: Minor oops account GECOS field fix. PR: 23563 Submitted by: maintainer --- www/oops/pkg-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/oops') diff --git a/www/oops/pkg-install b/www/oops/pkg-install index 187fd5ddd3be..22ba34665ec2 100644 --- a/www/oops/pkg-install +++ b/www/oops/pkg-install @@ -39,7 +39,7 @@ if [ x"$2" = xPRE-INSTALL ]; then echo "You need a user \"${user}\"." if yesno "Would you like me to create it" y; then /usr/sbin/pw useradd ${user} -g ${group} -h - -d /nonexistent \ - -s /nonexistent -c "Postfix Mail System" || exit + -s /nonexistent -c "Oops Cache System" || exit echo "Done." else echo "Please create it, and try again." -- cgit v1.2.3