diff options
Diffstat (limited to 'www/wwwcount')
-rw-r--r-- | www/wwwcount/files/patch-ae | 4 | ||||
-rw-r--r-- | www/wwwcount/pkg-plist | 2 |
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 |