=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.securelevel,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/etc/Attic/rc.securelevel 1998/09/18 23:52:01 1.10 --- src/etc/Attic/rc.securelevel 1998/09/21 09:34:47 1.11 *************** *** 1,4 **** ! # $OpenBSD: rc.securelevel,v 1.10 1998/09/18 23:52:01 deraadt Exp $ # # site-specific startup actions, daemons, and other things which # can be done BEFORE your system goes into securemode. For actions --- 1,4 ---- ! # $OpenBSD: rc.securelevel,v 1.11 1998/09/21 09:34:47 deraadt Exp $ # # site-specific startup actions, daemons, and other things which # can be done BEFORE your system goes into securemode. For actions *************** *** 17,23 **** # Former ntpd versions was called xntpd, change the ntpd references below # to xntpd if you run such a version. ! if [ X"${ntpd}" == X"YES" -x /usr/local/sbin/ntpd ]; then /usr/local/sbin/tickadj -Aq echo -n ' ntpd'; /usr/local/sbin/ntpd fi --- 17,24 ---- # Former ntpd versions was called xntpd, change the ntpd references below # to xntpd if you run such a version. ! if [ X"${ntpd}" == X"YES" -a -x /usr/local/sbin/ntpd \ ! -a -e /etc/ntp.conf ]; then /usr/local/sbin/tickadj -Aq echo -n ' ntpd'; /usr/local/sbin/ntpd fi