|
|
@ -1,4 +1,4 @@ |
|
|
|
# $OpenBSD: rc.local,v 1.34 2004/03/17 01:33:50 deraadt Exp $ |
|
|
|
# $OpenBSD: rc.local,v 1.35 2004/04/07 19:23:39 david Exp $ |
|
|
|
|
|
|
|
# site-specific startup actions, daemons, and other things which |
|
|
|
# can be done AFTER your system goes into securemode. For actions |
|
|
@ -21,7 +21,7 @@ if [ X"${ntpd}" == X"YES" -a -x /usr/local/sbin/ntpd \ |
|
|
|
-a -e /etc/ntp.conf ]; then |
|
|
|
ntpd_flags="-p /var/run/ntpd.pid" |
|
|
|
if [ $securelevel -ge 1 ]; then |
|
|
|
ntpd_flags="${ntpdflags} -x" |
|
|
|
ntpd_flags="${ntpd_flags} -x" |
|
|
|
fi |
|
|
|
echo -n ' ntpd'; /usr/local/sbin/ntpd ${ntpd_flags} |
|
|
|
fi |
|
|
|