summaryrefslogtreecommitdiff
path: root/www/oops
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2000-12-15 11:35:58 +0000
committerPeter Pentchev <roam@FreeBSD.org>2000-12-15 11:35:58 +0000
commit823b4b5eb5f3292d607f27645068abbef33bba60 (patch)
tree6d082a48d9541af87e22439e521398697b8b8c1e /www/oops
parentRemove an extraneous directory. (diff)
Minor oops account GECOS field fix.
PR: 23563 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=35995
Diffstat (limited to 'www/oops')
-rw-r--r--www/oops/pkg-install2
1 files changed, 1 insertions, 1 deletions
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."