SVN: rc-scripts/branches/upstart_native/rc.d/rc.sysinit

jajcus jajcus at pld-linux.org
Mon May 10 09:58:26 CEST 2010


Author: jajcus
Date: Mon May 10 09:58:26 2010
New Revision: 11415

Modified:
   rc-scripts/branches/upstart_native/rc.d/rc.sysinit
Log:
- do not remove random seed file on boot

Modified: rc-scripts/branches/upstart_native/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/branches/upstart_native/rc.d/rc.sysinit	(original)
+++ rc-scripts/branches/upstart_native/rc.d/rc.sysinit	Mon May 10 09:58:26 2010
@@ -956,7 +956,7 @@
 			;;
 		esac
 	else
-		[ "$bafile" != "hwprofile" ] && rm -f $afile 2> /dev/null
+		[ "$bafile" != "hwprofile" -a "$bafile" != "random-seed" ] && rm -f $afile 2> /dev/null
 	fi
 done
 


More information about the pld-cvs-commit mailing list