From: <mh...@us...> - 2003-05-24 21:18:29
|
Update of /cvsroot/phpwebsite-comm/CVSROOT In directory sc8-pr-cvs1:/tmp/cvs-serv12824 Modified Files: enforce_permissions Log Message: removed x bit from scripts files Index: enforce_permissions =================================================================== RCS file: /cvsroot/phpwebsite-comm/CVSROOT/enforce_permissions,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** enforce_permissions 24 May 2003 15:08:18 -0000 1.2 --- enforce_permissions 24 May 2003 21:18:25 -0000 1.3 *************** *** 4,8 **** # the repository. find /cvsroot/p/ph/phpwebsite-comm -type d -exec chmod 2775 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/scripts -type f -exec chmod 0775 {} \; find /cvsroot/p/ph/phpwebsite-comm/documents -type f -exec chmod 0664 {} \; find /cvsroot/p/ph/phpwebsite-comm/modules -type f -exec chmod 0664 {} \; --- 4,8 ---- # the repository. find /cvsroot/p/ph/phpwebsite-comm -type d -exec chmod 2775 {} \; ! find /cvsroot/p/ph/phpwebsite-comm/scripts -type f -exec chmod 0664 {} \; find /cvsroot/p/ph/phpwebsite-comm/documents -type f -exec chmod 0664 {} \; find /cvsroot/p/ph/phpwebsite-comm/modules -type f -exec chmod 0664 {} \; |