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

Diff for /src/etc/rc between version 1.252 and 1.253

version 1.252, 2004/09/17 21:50:30 version 1.253, 2004/09/18 20:17:37
Line 315 
Line 315 
 fi  fi
   
 if [ "X${ntpd_flags}" != X"NO" ]; then  if [ "X${ntpd_flags}" != X"NO" ]; then
         echo -n ' ntpd'; ntpd $ntpd_flags          # since this is system startup, use -s
           echo -n ' ntpd'; ntpd -s $ntpd_flags
 fi  fi
 echo '.'  echo '.'
   

Legend:
Removed from v.1.252  
changed lines
  Added in v.1.253