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

Diff for /src/etc/rc between version 1.357 and 1.358

version 1.357, 2011/07/07 20:54:05 version 1.358, 2011/07/07 21:00:59
Line 435 
Line 435 
         (cd /etc/amd; amd `cat ${amd_master}`)          (cd /etc/amd; amd `cat ${amd_master}`)
 fi  fi
   
 # run rdate before timed/ntpd  # run rdate before 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
   
 start_daemon timed ldattach ntpd  start_daemon ldattach ntpd
   
 echo '.'  echo '.'
   

Legend:
Removed from v.1.357  
changed lines
  Added in v.1.358