[BACK]Return to daily CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/daily between version 1.2 and 1.3

version 1.2, 1995/12/19 13:14:13 version 1.3, 1996/04/23 03:18:32
Line 28 
Line 28 
             >/dev/null 2>&1; }              >/dev/null 2>&1; }
 fi  fi
   
 if [ -d /scratch -a ! -h /scratch ]; then  # Additional junk directory cleanup would go like this:
         cd /scratch && {  #if [ -d /scratch -a ! -h /scratch ]; then
         find . ! -name . -atime +1 -exec rm -f -- {} \;  #       cd /scratch && {
         find . ! -name . -type d -mtime +1 -exec rmdir -- {} \; \  #       find . ! -name . -atime +1 -exec rm -f -- {} \;
             >/dev/null 2>&1; }  #       find . ! -name . -type d -mtime +1 -exec rmdir -- {} \; \
 fi  #           >/dev/null 2>&1; }
   #fi
 # XXX should go away/be replaced by nvi version  
 if [ -d /var/preserve -a ! -h /var/preserve ]; then  
         cd /var/preserve && {  
         find . ! -name . -mtime +7 -exec rm -f -- {} \; ; }  
 fi  
   
 if [ -d /var/rwho -a ! -h /var/rwho ] ; then  if [ -d /var/rwho -a ! -h /var/rwho ] ; then
         cd /var/rwho && {          cd /var/rwho && {

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3