sectionsd: don't hardcode ntpdate location

Origin commit data
------------------
Commit: f5956f055d
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-06-01 (Sat, 01 Jun 2013)
This commit is contained in:
Stefan Seyfried
2013-06-01 15:49:26 +02:00
parent 67acbf5408
commit 2bf1ef37d0

View File

@@ -97,7 +97,7 @@ static bool messaging_zap_detected = false;
#ifdef USE_BB_NTPD
const std::string ntp_system_cmd_prefix = "/sbin/ntpd -q -p ";
#else
const std::string ntp_system_cmd_prefix = "/sbin/ntpdate ";
const std::string ntp_system_cmd_prefix = "ntpdate ";
#endif
std::string ntp_system_cmd;