Update of /cvsroot/leaf/devel/mhnoyes/sf-admin
In directory sc8-pr-cvs1:/tmp/cvs-serv24902
Modified Files:
daily.sh
Log Message:
changed comments to echo
Index: daily.sh
===================================================================
RCS file: /cvsroot/leaf/devel/mhnoyes/sf-admin/daily.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** daily.sh 8 Feb 2003 18:33:49 -0000 1.5
--- daily.sh 8 Feb 2003 18:57:09 -0000 1.6
***************
*** 34,46 ****
#----------------------------------------
! # Result should be less than 500 MB
du -sh "$PROJ_DIR"
! # No files should be returned from these three commands.
find "$PROJ_DIR" -size +10240k -exec ls -lh {} \;
find "$PROJ_DIR" ! -perm -g=r -print
find "$PROJ_DIR" ! -group leaf -print
umask 022
export_documents
--- 34,50 ----
#----------------------------------------
! echo Checking project disk usage -- allocated 500 MB by SF.
du -sh "$PROJ_DIR"
! echo Checking for files larger than 10 MB.
find "$PROJ_DIR" -size +10240k -exec ls -lh {} \;
+
+ echo Checking files for correct group permissions.
find "$PROJ_DIR" ! -perm -g=r -print
find "$PROJ_DIR" ! -group leaf -print
+ find "$PROJ_DIR" -perm -o=w -print
umask 022
+ echo Exporting documents from CVS.
export_documents
-------------------------------------------------------
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