From d9affc62424fa51282173820ea9131880d110629 Mon Sep 17 00:00:00 2001 From: david <> Date: Wed, 7 Apr 2004 19:23:39 +0000 Subject: [PATCH] repair ntpd_flags; from Jeff Ito ok miod@ krw@ --- src/etc/rc.local | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc.local b/src/etc/rc.local index 0e7ae7dc..d9c10fbb 100644 --- a/src/etc/rc.local +++ b/src/etc/rc.local @@ -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