[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.295 and 1.296

version 1.295, 2006/11/28 23:44:35 version 1.296, 2007/01/06 12:00:06
Line 715 
Line 715 
         echo -n ' apmd';        /usr/sbin/apmd ${apmd_flags}          echo -n ' apmd';        /usr/sbin/apmd ${apmd_flags}
 fi  fi
   
 if [ X"${acpid_flags}" != X"NO" -a -x /usr/sbin/acpid ]; then  
         echo -n ' acpid';       /usr/sbin/acpid ${acpid_flags}  
 fi  
   
 if [ X"${sensorsd_flags}" != X"NO" ]; then  if [ X"${sensorsd_flags}" != X"NO" ]; then
         echo -n ' sensorsd';    /usr/sbin/sensorsd ${sensorsd_flags}          echo -n ' sensorsd';    /usr/sbin/sensorsd ${sensorsd_flags}
 fi  fi

Legend:
Removed from v.1.295  
changed lines
  Added in v.1.296