-# $OpenBSD: rc.securelevel,v 1.11 1998/09/21 09:34:47 deraadt Exp $
+# $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
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
+ echo -n ' ntpd'; /usr/local/sbin/ntpd -p /var/run/ntpd.pid
fi
echo '.'