Author: glen
Date: Sat Nov 5 02:34:36 2005
New Revision: 6520
Modified:
rc-scripts/trunk/rc.d/rc.sysinit
Log:
- remove useless rm -f /var/run/hwprofile, which will never work as all
filesystems are readonly at that point
Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit Sat Nov 5 02:34:36 2005
@@ -89,7 +89,6 @@
fi
# Choose Hardware profile
-rm -f /var/run/hwprofile 2> /dev/null
if [ -f /etc/sysconfig/hwprof ]; then
. /etc/sysconfig/hwprof
if is_yes "${HWPROFILES}" && [ -x /sbin/hwprofile -a -d
/etc/sysconfig/hwprofiles/data ]; then
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit