summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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