SVN: rc-scripts/trunk/rc.d/rc.sysinit

baggins baggins at pld-linux.org
Wed Apr 9 11:00:38 CEST 2008


Author: baggins
Date: Wed Apr  9 11:00:38 2008
New Revision: 9703

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- reverted r9238, /usr may NOT be mounted at this time, ever heard of NFS?


Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Wed Apr  9 11:00:38 2008
@@ -922,8 +922,7 @@
 		news|sudo|mon|cvs)
 			;;
 		*)
-			# remove everything underneath except dirs
-			find $afile ! -type d -print0 | xargs -0 rm -f
+			rm -rf $afile/*
 			;;
 		esac
 	else
@@ -1003,3 +1002,6 @@
 fi
 wait
 echo
+
+# This must be last line !
+# vi:syntax=sh


More information about the pld-cvs-commit mailing list