record ntpd pid on startup
authormickey <mickey@openbsd.org>
Wed, 29 Mar 2000 17:34:56 +0000 (17:34 +0000)
committermickey <mickey@openbsd.org>
Wed, 29 Mar 2000 17:34:56 +0000 (17:34 +0000)
etc/rc.securelevel

index 1881acf..b527f62 100644 (file)
@@ -1,4 +1,4 @@
-#      $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
@@ -20,7 +20,7 @@ echo -n 'starting pre-securelevel daemons:'
 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 '.'