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

glen glen at pld-linux.org
Thu Apr 24 00:27:30 CEST 2008


Author: glen
Date: Thu Apr 24 00:27:30 2008
New Revision: 9719

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- second try: /var/run cleanup without find and without args len exceeded error

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit	(original)
+++ rc-scripts/trunk/rc.d/rc.sysinit	Thu Apr 24 00:27:30 2008
@@ -922,7 +922,7 @@
 		news|sudo|mon|cvs)
 			;;
 		*)
-			rm -rf $afile/*
+			echo $afile/* | xargs rm -rf
 			;;
 		esac
 	else


More information about the pld-cvs-commit mailing list