mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Change default value of ntp.sync.rtc.set to false
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
+1
-1
@@ -878,7 +878,7 @@ static void initConfig(struct config *conf)
|
||||
conf->ntp.sync.rtc.set.k = "ntp.sync.rtc.set";
|
||||
conf->ntp.sync.rtc.set.h = "Should FTL update a real-time clock (RTC) if available?";
|
||||
conf->ntp.sync.rtc.set.t = CONF_BOOL;
|
||||
conf->ntp.sync.rtc.set.d.b = true;
|
||||
conf->ntp.sync.rtc.set.d.b = false;
|
||||
conf->ntp.sync.rtc.set.c = validate_stub; // Only type-based checking
|
||||
|
||||
conf->ntp.sync.rtc.device.k = "ntp.sync.rtc.device";
|
||||
|
||||
+1
-1
@@ -518,7 +518,7 @@
|
||||
|
||||
[ntp.sync.rtc]
|
||||
# Should FTL update a real-time clock (RTC) if available?
|
||||
set = true
|
||||
set = false
|
||||
|
||||
# Path to the RTC device to update. Leave empty for auto-discovery
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user