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

Diff for /src/etc/rc between version 1.102 and 1.103

version 1.102, 1999/08/04 17:07:27 version 1.103, 1999/08/05 08:04:25
Line 278 
Line 278 
 # (not needed with mfs /tmp, but doesn't hurt there...)  # (not needed with mfs /tmp, but doesn't hurt there...)
 (cd /tmp && rm -rf [a-km-pr-zA-Z]* &&  (cd /tmp && rm -rf [a-km-pr-zA-Z]* &&
     find . ! -name . ! -name lost+found ! -name quota.user \      find . ! -name . ! -name lost+found ! -name quota.user \
         ! -name quota.group -exec rm -rf -- {} \; -type d -prune)          ! -name quota.group -execdir rm -rf -- {} \; -type d -prune)
   
 if [ -f /etc/sysctl.conf ]; then  if [ -f /etc/sysctl.conf ]; then
 (  (

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103