From 02f8f932bca49c0549dad4bc2395296d7f99ec67 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Mon, 17 Jan 2005 18:28:09 +0000 Subject: [PATCH] s/ntpdate_command/ntpdate_program/ to match rc.conf(5) and /etc/defaults/rc.conf. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: conf/76188 Submitted by: Arne Wörner Approved by: murray MFC After: 7 days --- etc/rc.d/ntpdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.d/ntpdate b/etc/rc.d/ntpdate index 28d6777d8f4..96adcbabb53 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 }