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

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

version 1.442, 2014/09/15 22:28:58 version 1.443, 2014/11/05 17:07:59
Line 442 
Line 442 
 # (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]*)
 (cd /tmp &&  (cd /tmp &&
     find . ! -name . ! -name lost+found ! -name quota.user \      find . -maxdepth 1 ! -name . ! -name lost+found ! -name quota.user \
         ! -name quota.group -execdir rm -rf -- {} \; -type d -prune)          ! -name quota.group -execdir rm -rf -- {} \;)
   
 setup_X_sockets  setup_X_sockets
   

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