aboutsummaryrefslogtreecommitdiffstats
path: root/www/oops
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2000-12-15 19:35:58 +0800
committerroam <roam@FreeBSD.org>2000-12-15 19:35:58 +0800
commite9fe8d3430379fae4a75f10b54083ce6e568c769 (patch)
tree81e21555fe410a4dfb599776d85620da4316b987 /www/oops
parent5ea711463faf7b4d360aa40e57ef7308472c68da (diff)
downloadfreebsd-ports-gnome-e9fe8d3430379fae4a75f10b54083ce6e568c769.tar.gz
freebsd-ports-gnome-e9fe8d3430379fae4a75f10b54083ce6e568c769.tar.zst
freebsd-ports-gnome-e9fe8d3430379fae4a75f10b54083ce6e568c769.zip
Minor oops account GECOS field fix.
PR: 23563 Submitted by: maintainer
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."