summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2014-01-15 12:28:06 -0500
committerjim-p <jimp@pfsense.org>2014-01-15 12:28:06 -0500
commit3d54553b87b919c5255d621382fedf6d042be4cb (patch)
tree3866ff6a48096a96730a2dbf6cbc8cc56f56394d /usr/local/sbin
parentd2dd579401b76c937274753939eca2788dae4aca (diff)
downloadpfsense-3d54553b87b919c5255d621382fedf6d042be4cb.zip
pfsense-3d54553b87b919c5255d621382fedf6d042be4cb.tar.gz
ports ntp moved to sbin, follow
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 ac9a16f..8405a38 100755
--- a/usr/local/sbin/ntpdate_sync_once.sh
+++ b/usr/local/sbin/ntpdate_sync_once.sh
@@ -40,7 +40,7 @@ fi
if [ -f /var/etc/ntpd.conf ]; then
echo "Starting NTP Daemon." | /usr/bin/logger -t ntp;
- /usr/local/bin/ntpd -g -c /var/etc/ntpd.conf -p /var/run/ntpd.pid
+ /usr/local/sbin/ntpd -g -c /var/etc/ntpd.conf -p /var/run/ntpd.pid
else
echo "NTP configuration file missing, not starting daemon." | /usr/bin/logger -t ntp;
fi \ No newline at end of file
OpenPOWER on IntegriCloud