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

Diff for /src/etc/rc between version 1.229 and 1.230

version 1.229, 2003/11/18 16:37:34 version 1.230, 2003/12/05 00:52:16
Line 286 
Line 286 
   
 # run rdate before timed  # run rdate before timed
 if [ X"${rdate_flags}" != X"NO" ]; then  if [ X"${rdate_flags}" != X"NO" ]; then
         echo -n ' rdate';     rdate -s ${rdate_flags}          echo -n ' rdate';       rdate -s ${rdate_flags}
 fi  fi
   
 # $timed_flags is imported from /etc/rc.conf;  # $timed_flags is imported from /etc/rc.conf;
Line 594 
Line 594 
 # $apmd_flags is imported from /etc/rc.conf;  # $apmd_flags is imported from /etc/rc.conf;
 # don't run daemon if $apmd_flags == NO or /usr/sbin/apmd doesn't exist  # don't run daemon if $apmd_flags == NO or /usr/sbin/apmd doesn't exist
 if [ "X${apmd_flags}" != X"NO" -a -x /usr/sbin/apmd ]; then  if [ "X${apmd_flags}" != X"NO" -a -x /usr/sbin/apmd ]; then
         echo -n ' apmd';        /usr/sbin/apmd ${apmd_flags}          echo -n ' apmd';        /usr/sbin/apmd ${apmd_flags}
 fi  fi
   
 if [ X"${sensorsd_flags}" != X"NO" ]; then  if [ X"${sensorsd_flags}" != X"NO" ]; then

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230