Update of /cvsroot/phpwebsite-comm/CVSROOT
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30092
Modified Files:
enforce_permissions
Log Message:
update for new repository modules
Index: enforce_permissions
===================================================================
RCS file: /cvsroot/phpwebsite-comm/CVSROOT/enforce_permissions,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** enforce_permissions 29 Mar 2004 20:03:58 -0000 1.4
--- enforce_permissions 3 Jul 2004 15:48:27 -0000 1.5
***************
*** 4,10 ****
# the repository.
find /cvsroot/p/ph/phpwebsite-comm -type d ! -perm 2775 -exec chmod 2775 {} \;
- find /cvsroot/p/ph/phpwebsite-comm/scripts -type f ! -perm 0664 -exec chmod 0664 {} \;
find /cvsroot/p/ph/phpwebsite-comm/documents -type f ! -perm 0664 -exec chmod 0664 {} \;
find /cvsroot/p/ph/phpwebsite-comm/modules -type f ! -perm 0664 -exec chmod 0664 {} \;
find /cvsroot/p/ph/phpwebsite-comm/themes -type f ! -perm 0664 -exec chmod 0664 {} \;
--- 4,12 ----
# the repository.
find /cvsroot/p/ph/phpwebsite-comm -type d ! -perm 2775 -exec chmod 2775 {} \;
find /cvsroot/p/ph/phpwebsite-comm/documents -type f ! -perm 0664 -exec chmod 0664 {} \;
+ find /cvsroot/p/ph/phpwebsite-comm/l10n -type f ! -perm 0664 -exec chmod 0664 {} \;
find /cvsroot/p/ph/phpwebsite-comm/modules -type f ! -perm 0664 -exec chmod 0664 {} \;
+ find /cvsroot/p/ph/phpwebsite-comm/patches -type f ! -perm 0664 -exec chmod 0664 {} \;
+ find /cvsroot/p/ph/phpwebsite-comm/scripts -type f ! -perm 0664 -exec chmod 0664 {} \;
find /cvsroot/p/ph/phpwebsite-comm/themes -type f ! -perm 0664 -exec chmod 0664 {} \;
|