mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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