summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-30 12:47:24 -0400
committerjim-p <jimp@pfsense.org>2012-05-30 12:47:24 -0400
commitbb39c28350d4a41158775672e4ef432990674c9f (patch)
tree611a85e620870df5b8c737f043b0f5858e17ee04 /usr/local/sbin
parent829fd8c1b81e088510bb0831f3c527732b601713 (diff)
downloadpfsense-bb39c28350d4a41158775672e4ef432990674c9f.zip
pfsense-bb39c28350d4a41158775672e4ef432990674c9f.tar.gz
Switch to ntpd from ports, add Services > NTP to select interfaces for binding. Respect old ntp settings in the process.
Conflicts: etc/inc/system.inc usr/local/www/fbegin.inc
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-xusr/local/sbin/ntpdate_sync_once.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/sbin/ntpdate_sync_once.sh b/usr/local/sbin/ntpdate_sync_once.sh
index f4a5256..cd5815d 100755
--- a/usr/local/sbin/ntpdate_sync_once.sh
+++ b/usr/local/sbin/ntpdate_sync_once.sh
@@ -26,5 +26,5 @@ if [ "$NOTSYNCED" = "true" ]; then
fi
if [ -f /var/etc/ntpd.conf ]; then
- /usr/sbin/ntpd -g -c /var/etc/ntpd.conf
+ /usr/local/bin/ntpd -g -c /var/etc/ntpd.conf
fi \ No newline at end of file
OpenPOWER on IntegriCloud