summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-30 12:44:55 -0400
committerjim-p <jimp@pfsense.org>2012-05-30 12:44:55 -0400
commitcf180ccc2a6f91e37b3738bb4a1b14bebbf9ef63 (patch)
tree19ff89c4c811c61847790cc1eb519d2a4d865818 /usr/local/sbin
parent0551a524d4486a5fdc934c371dcb073337d4b7f1 (diff)
downloadpfsense-cf180ccc2a6f91e37b3738bb4a1b14bebbf9ef63.zip
pfsense-cf180ccc2a6f91e37b3738bb4a1b14bebbf9ef63.tar.gz
Switch to ntpd from ports, add Services > NTP to select interfaces for binding. Respect old ntp settings in the process.
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