sectionsd: don't hardcode ntpdate location

This commit is contained in:
Stefan Seyfried
2013-06-01 15:49:26 +02:00
parent 862fb0aada
commit f5956f055d

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;