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

Diff for /src/etc/Attic/rc.securelevel between version 1.10 and 1.11

version 1.10, 1998/09/18 23:52:01 version 1.11, 1998/09/21 09:34:47
Line 17 
Line 17 
   
 # Former ntpd versions was called xntpd, change the ntpd references below  # Former ntpd versions was called xntpd, change the ntpd references below
 # to xntpd if you run such a version.  # to xntpd if you run such a version.
 if [ X"${ntpd}" == X"YES" -x /usr/local/sbin/ntpd ]; then  if [ X"${ntpd}" == X"YES" -a -x /usr/local/sbin/ntpd \
       -a -e /etc/ntp.conf ]; then
        /usr/local/sbin/tickadj -Aq         /usr/local/sbin/tickadj -Aq
        echo -n ' ntpd';       /usr/local/sbin/ntpd         echo -n ' ntpd';       /usr/local/sbin/ntpd
 fi  fi

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11