Update of /cvsroot/leaf/devel/mhnoyes/sf-admin
In directory sc8-pr-cvs1:/tmp/cvs-serv31919

Modified Files:
        daily.sh 
Log Message:
minor change to global write check

Index: daily.sh
===================================================================
RCS file: /cvsroot/leaf/devel/mhnoyes/sf-admin/daily.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** daily.sh    8 Feb 2003 18:57:09 -0000       1.6
--- daily.sh    8 Feb 2003 19:15:21 -0000       1.7
***************
*** 43,47 ****
  find "$PROJ_DIR" ! -perm -g=r -print
  find "$PROJ_DIR" ! -group leaf -print
! find "$PROJ_DIR" -perm -o=w -print
  
  umask 022
--- 43,48 ----
  find "$PROJ_DIR" ! -perm -g=r -print
  find "$PROJ_DIR" ! -group leaf -print
! find "$PROJ_DIR" -type f -perm -o=w -print
! find "$PROJ_DIR" -type d -perm -o=w -print
  
  umask 022




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Leaf-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to