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

Diff for /src/etc/rc between version 1.443 and 1.444

version 1.443, 2014/11/05 17:07:59 version 1.444, 2014/11/17 18:19:08
Line 438 
Line 438 
   
 echo clearing /tmp  echo clearing /tmp
   
 # prune quickly with one rm, then use find to clean up /tmp/[lq]*  # prune quickly with one rm, then use find to clean up /tmp/[lqv]*
 # (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-uw-zA-Z]*)
 (cd /tmp &&  (cd /tmp &&
     find . -maxdepth 1 ! -name . ! -name lost+found ! -name quota.user \      find . -maxdepth 1 ! -name . ! -name lost+found ! -name quota.user \
         ! -name quota.group -execdir rm -rf -- {} \;)          ! -name quota.group ! -name vi.recover -execdir rm -rf -- {} \;)
   
 setup_X_sockets  setup_X_sockets
   

Legend:
Removed from v.1.443  
changed lines
  Added in v.1.444