mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +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
|
||||
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;
|
||||
|
Reference in New Issue
Block a user