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

Diff for /src/etc/Attic/rc.securelevel between version 1.13 and 1.14

version 1.13, 2000/07/11 22:30:56 version 1.14, 2000/07/13 16:26:13
Line 16 
Line 16 
 echo -n 'starting pre-securelevel daemons:'  echo -n 'starting pre-securelevel daemons:'
   
 # Securelevel > 1 does not allow the clock to be set backwards  # Securelevel > 1 does not allow the clock to be set backwards
 if [ $securelevel -gt 1 ]; then  if [ $securelevel -gt 1 -a X"${ntpdate_flags}" != X"NO" \
         if [ X"${ntpdate_flags}" != X"NO" -a -x /usr/local/sbin/ntpdate ]; then      -a -x /usr/local/sbin/ntpdate ]; then
                 echo -n ' ntpdate'          echo -n ' ntpdate'
                 /usr/local/sbin/ntpdate -b ${ntpdate_flags} >/dev/null          /usr/local/sbin/ntpdate -b ${ntpdate_flags} >/dev/null
         elif [ X"${rdate_flags}" != X"NO" ]; then  
                 echo -n ' rdate';       rdate -s ${rdate_flags}  
         fi  
 fi  fi
   
 if [ X"${ntpd}" == X"YES" -a -x /usr/local/sbin/tickadj \  if [ X"${ntpd}" == X"YES" -a -x /usr/local/sbin/tickadj \

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14