From: <smi...@us...> - 2003-12-19 00:21:01
|
Update of /cvsroot/devil-linux/build/config/etc In directory sc8-pr-cvs1:/tmp/cvs-serv16475/config/etc Modified Files: group passwd Log Message: move www to passwd/group added php.ini Index: group =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/group,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- group 19 Nov 2003 12:08:58 -0000 1.7 +++ group 19 Dec 2003 00:20:54 -0000 1.8 @@ -16,4 +16,5 @@ wheel:x:15: vscan:x:65: users:x:100: +www:x:103: nogroup:x:65534: Index: passwd =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/passwd,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- passwd 13 Apr 2003 03:37:23 -0000 1.5 +++ passwd 19 Dec 2003 00:20:54 -0000 1.6 @@ -1,4 +1,5 @@ root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/bin/false nobody:x:65534:65534:nobody:/tmp:/bin/false -mail:x:8:12:Mailer daemon::/bin/false \ No newline at end of file +mail:x:8:12:Mailer daemon::/bin/false +www:x:30:103::/home/www:/bin/false |