summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorceri <ceri@FreeBSD.org>2005-01-17 18:28:09 +0000
committerceri <ceri@FreeBSD.org>2005-01-17 18:28:09 +0000
commitd3cf358535c503f3d715f13d8222c3703f33fce9 (patch)
treebf9932945ff95d429a45654eca3b1a084e5e7826 /etc
parent49cacc83a552fca5c0d47b830a6c89c3328b18ed (diff)
downloadFreeBSD-src-d3cf358535c503f3d715f13d8222c3703f33fce9.zip
FreeBSD-src-d3cf358535c503f3d715f13d8222c3703f33fce9.tar.gz
s/ntpdate_command/ntpdate_program/ to match rc.conf(5) and
/etc/defaults/rc.conf. PR: conf/76188 Submitted by: Arne Wörner <arne_woerner at yahoo dot com> Approved by: murray MFC After: 7 days
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/ntpdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ntpdate b/etc/rc.d/ntpdate
index 28d6777..96adcba 100755
--- a/etc/rc.d/ntpdate
+++ b/etc/rc.d/ntpdate
@@ -26,7 +26,7 @@ ntpdate_start()
fi
if [ -n "$ntpdate_hosts" -o -n "$rc_flags" ]; then
echo "Setting date via ntp."
- ${ntpdate_command:-ntpdate} $rc_flags $ntpdate_hosts
+ ${ntpdate_program:-ntpdate} $rc_flags $ntpdate_hosts
fi
}
OpenPOWER on IntegriCloud