mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-06 22:25:06 -05:00
main: dump history by default
Always write the measurement history on exit when the dump directory is specified and silently ignore the dumponexit directive. There doesn't seem to be a good use case for dumpdir and -r without dumponexit as the history would be invalidated by adjustments of the clock that happened between the dump command and chronyd exit.
This commit is contained in:
1
conf.h
1
conf.h
@@ -60,7 +60,6 @@ extern int CNF_GetLogRefclocks(void);
|
||||
extern int CNF_GetLogTempComp(void);
|
||||
extern char *CNF_GetKeysFile(void);
|
||||
extern char *CNF_GetRtcFile(void);
|
||||
extern int CNF_GetDumpOnExit(void);
|
||||
extern int CNF_GetManualEnabled(void);
|
||||
extern int CNF_GetCommandPort(void);
|
||||
extern int CNF_GetRtcOnUtc(void);
|
||||
|
||||
Reference in New Issue
Block a user