diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-02 16:51:08 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-01-02 16:51:08 +0000 |
commit | d5faabab8cd4f86e4932b706f380a43e5734d845 (patch) | |
tree | 55ceaeac38b195aa403c025e0ab311336cbdf2eb /www/wwwcount/files | |
parent | a634d18f8a374596bb6e7e6d30fe92c7fb31935f (diff) |
Notes
Diffstat (limited to 'www/wwwcount/files')
-rw-r--r-- | www/wwwcount/files/patch-ae | 4 |
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 |