=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/rc.securelevel,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/etc/Attic/rc.securelevel 1997/11/04 09:15:32 1.5 --- src/etc/Attic/rc.securelevel 1998/01/16 14:05:45 1.6 *************** *** 1,4 **** ! # $OpenBSD: rc.securelevel,v 1.5 1997/11/04 09:15:32 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.6 1998/01/16 14:05:45 niklas Exp $ # # site-specific startup actions, daemons, and other things which # can be done BEFORE your system goes into securemode. For actions *************** *** 29,37 **** echo -n 'starting pre-securelevel daemons:' ! #if [ -x /usr/local/sbin/xntpd ]; then # /usr/local/sbin/tickadj -Aq ! # echo -n ' xntpd'; /usr/local/sbin/xntpd #fi echo '.' --- 29,39 ---- echo -n 'starting pre-securelevel daemons:' ! # 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 '.'