diff options
author | jim-p <jimp@pfsense.org> | 2014-01-15 12:28:06 -0500 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2014-01-15 12:28:06 -0500 |
commit | 3d54553b87b919c5255d621382fedf6d042be4cb (patch) | |
tree | 3866ff6a48096a96730a2dbf6cbc8cc56f56394d /usr/local/sbin | |
parent | d2dd579401b76c937274753939eca2788dae4aca (diff) | |
download | pfsense-3d54553b87b919c5255d621382fedf6d042be4cb.zip pfsense-3d54553b87b919c5255d621382fedf6d042be4cb.tar.gz |
ports ntp moved to sbin, follow
Diffstat (limited to 'usr/local/sbin')
-rwxr-xr-x | usr/local/sbin/ntpdate_sync_once.sh | 2 |
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 |