mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
sectionsd: don't hardcode ntpdate location
This commit is contained in:
@@ -97,7 +97,7 @@ static bool messaging_zap_detected = false;
|
|||||||
#ifdef USE_BB_NTPD
|
#ifdef USE_BB_NTPD
|
||||||
const std::string ntp_system_cmd_prefix = "/sbin/ntpd -q -p ";
|
const std::string ntp_system_cmd_prefix = "/sbin/ntpd -q -p ";
|
||||||
#else
|
#else
|
||||||
const std::string ntp_system_cmd_prefix = "/sbin/ntpdate ";
|
const std::string ntp_system_cmd_prefix = "ntpdate ";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
std::string ntp_system_cmd;
|
std::string ntp_system_cmd;
|
||||||
|
Reference in New Issue
Block a user