diff options
author | roam <roam@FreeBSD.org> | 2000-12-15 19:35:58 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2000-12-15 19:35:58 +0800 |
commit | e9fe8d3430379fae4a75f10b54083ce6e568c769 (patch) | |
tree | 81e21555fe410a4dfb599776d85620da4316b987 /www/oops | |
parent | 5ea711463faf7b4d360aa40e57ef7308472c68da (diff) | |
download | freebsd-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-install | 2 |
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." |