mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
eitd/sectionsd.cpp: disable ntpd daemonize
Origin commit data
------------------
Commit: db027d50ea
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-08-08 (Thu, 08 Aug 2013)
This commit is contained in:
@@ -2110,7 +2110,7 @@ bool CEitManager::Start()
|
|||||||
max_events = config.epg_max_events;
|
max_events = config.epg_max_events;
|
||||||
|
|
||||||
if (access("/sbin/ntpdate", F_OK))
|
if (access("/sbin/ntpdate", F_OK))
|
||||||
ntp_system_cmd_prefix = "/sbin/ntpd -q -p ";
|
ntp_system_cmd_prefix = "/sbin/ntpd -n -q -p ";
|
||||||
|
|
||||||
printf("[sectionsd] Caching: %d days, %d hours Extended Text, max %d events, Events are old %d hours after end time\n",
|
printf("[sectionsd] Caching: %d days, %d hours Extended Text, max %d events, Events are old %d hours after end time\n",
|
||||||
config.epg_cache, config.epg_extendedcache, config.epg_max_events, config.epg_old_events);
|
config.epg_cache, config.epg_extendedcache, config.epg_max_events, config.epg_old_events);
|
||||||
|
Reference in New Issue
Block a user