=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.securelevel,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/etc/Attic/rc.securelevel 1998/09/21 09:34:47 1.11 --- src/etc/Attic/rc.securelevel 2000/03/29 17:34:56 1.12 *************** *** 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 --- 1,4 ---- ! # $OpenBSD: rc.securelevel,v 1.12 2000/03/29 17:34:56 mickey Exp $ # # site-specific startup actions, daemons, and other things which # can be done BEFORE your system goes into securemode. For actions *************** *** 20,26 **** 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 echo '.' --- 20,26 ---- 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 -p /var/run/ntpd.pid fi echo '.'