rc-scripts/trunk/rc.d/rc.sysinit
    glen 
    cvs at pld-linux.org
       
    Sat Nov  5 02:34:39 CET 2005
    
    
  
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
    
    
More information about the pld-cvs-commit
mailing list