1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Change group from nobody to nogroup

This commit is contained in:
Andrey A. Chernov 1997-01-02 16:51:08 +00:00
parent a634d18f8a
commit d5faabab8c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5168
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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