diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-03-29 17:34:57 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-03-29 17:34:57 +0000 |
commit | adda522b8c1ac910fcb7d3a670128b20989a3b3c (patch) | |
tree | e4b7fbb372c56a933d7ba7e3ef8facc7c1cf3f10 /etc | |
parent | a5dd451c381c0093486efb47475c08a0049de12f (diff) |
record ntpd pid on startup
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.securelevel | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.securelevel b/etc/rc.securelevel index 1881acfa3e7..b527f62738e 100644 --- a/etc/rc.securelevel +++ b/etc/rc.securelevel @@ -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 '.' |