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

Diff for /src/etc/rc between version 1.267 and 1.268

version 1.267, 2005/05/19 01:58:49 version 1.268, 2005/06/02 20:09:38
Line 713 
Line 713 
         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.267  
changed lines
  Added in v.1.268