summaryrefslogtreecommitdiff
path: root/www
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
parentUpgrade to 1.2b4 (diff)
Change group from nobody to nogroup
Notes
Notes: svn path=/head/; revision=5168
Diffstat (limited to 'www')
-rw-r--r--www/wwwcount/files/patch-ae4
-rw-r--r--www/wwwcount/pkg-plist2
2 files changed, 3 insertions, 3 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
diff --git a/www/wwwcount/pkg-plist b/www/wwwcount/pkg-plist
index 8cac46fbcffb..f1f5d56efcec 100644
--- a/www/wwwcount/pkg-plist
+++ b/www/wwwcount/pkg-plist
@@ -21,6 +21,6 @@ lib/Counter/digits/mkstrip.sh
bin/mkstrip
man/man1/mkstrip.1.gz
@exec touch /var/log/Counter.log
-@exec chown nobody.nobody /var/log/Counter.log
+@exec chown nobody.nogroup /var/log/Counter.log
@exec chmod 644 /var/log/Counter.log
@unexec rm /var/log/Counter.log