diff options
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." |