=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.securelevel,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/etc/Attic/rc.securelevel 1998/03/25 23:08:12 1.9 --- src/etc/Attic/rc.securelevel 1998/09/18 23:52:01 1.10 *************** *** 1,4 **** ! # $OpenBSD: rc.securelevel,v 1.9 1998/03/25 23:08:12 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.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 *************** *** 17,25 **** # Former ntpd versions was called xntpd, change the ntpd references below # to xntpd if you run such a version. ! #if [ -x /usr/local/sbin/ntpd ]; then ! # /usr/local/sbin/tickadj -Aq ! # echo -n ' ntpd'; /usr/local/sbin/ntpd ! #fi echo '.' --- 17,25 ---- # 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 echo '.'