summaryrefslogtreecommitdiff
path: root/www/wwwcount/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'www/wwwcount/files/patch-ae')
-rw-r--r--www/wwwcount/files/patch-ae4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wwwcount/files/patch-ae b/www/wwwcount/files/patch-ae
index 18c44adb6955..adc106e86bce 100644
--- a/www/wwwcount/files/patch-ae
+++ b/www/wwwcount/files/patch-ae
@@ -76,11 +76,11 @@
##
# enter groud id -starts
##
-! echo $n "*Enter group id of httpd's child process [nobody]:$c? "
+! echo $n "*Enter group id of httpd's child process [nogroup]:$c? "
read answer
if [ .$answer = . ]
then
-! answer=nobody
+! answer=nogroup
fi
until [ $answer != "x" ]
do