From f5956f055db7812bd192d2b9bcd6e384d701ab95 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 1 Jun 2013 15:49:26 +0200 Subject: [PATCH] sectionsd: don't hardcode ntpdate location --- src/eitd/sectionsd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eitd/sectionsd.cpp b/src/eitd/sectionsd.cpp index 6a080a4c1..0e00656e3 100644 --- a/src/eitd/sectionsd.cpp +++ b/src/eitd/sectionsd.cpp @@ -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;