summaryrefslogtreecommitdiff
path: root/www/wwwcount/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-01-02 16:51:08 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-01-02 16:51:08 +0000
commitd5faabab8cd4f86e4932b706f380a43e5734d845 (patch)
tree55ceaeac38b195aa403c025e0ab311336cbdf2eb /www/wwwcount/files
parentUpgrade to 1.2b4 (diff)
Change group from nobody to nogroup
Notes
Notes: svn path=/head/; revision=5168
Diffstat (limited to 'www/wwwcount/files')
-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