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

Diff for /src/etc/rc between version 1.248 and 1.249

version 1.248, 2004/06/04 04:26:41 version 1.249, 2004/07/06 04:05:27
Line 298 
Line 298 
             -a ${amd_dir} `cat ${amd_master}` > /var/run/amd.pid )              -a ${amd_dir} `cat ${amd_master}` > /var/run/amd.pid )
 fi  fi
   
 # run rdate before timed  # run rdate before timed/ntpd
 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
Line 307 
Line 307 
 # if $timed_flags == NO, timed isn't run.  # if $timed_flags == NO, timed isn't run.
 if [ "X${timed_flags}" != X"NO" ]; then  if [ "X${timed_flags}" != X"NO" ]; then
         echo -n ' timed'; timed $timed_flags          echo -n ' timed'; timed $timed_flags
   fi
   
   if [ "X${ntpd_flags}" != X"NO" ]; then
           echo -n ' ntpd'; ntpd $ntpd_flags
 fi  fi
 echo '.'  echo '.'
   

Legend:
Removed from v.1.248  
changed lines
  Added in v.1.249