diff options
author | Frederic Culot <calcurse@culot.org> | 2009-08-01 17:53:11 +0000 |
---|---|---|
committer | Frederic Culot <calcurse@culot.org> | 2009-08-01 17:53:11 +0000 |
commit | 55d6703fad50e800a6adcc064abe060eab7d27d1 (patch) | |
tree | e56b9f4175eedadea928057c0b00b156aaf32f28 /ChangeLog | |
parent | 989b6c885f06f887cb8dafcd69059c376988d938 (diff) | |
download | calcurse-55d6703fad50e800a6adcc064abe060eab7d27d1.tar.gz calcurse-55d6703fad50e800a6adcc064abe060eab7d27d1.zip |
Start and log daemon activity only if requested.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-x | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ * src/custom (custom_load_conf): restore daemon configuration options + + * src/utils.c (exit_calcurse): start daemon only if requested + + * src/dmon.c (DMON_LOG): log daemon activity only if requested 2009-07-29 Frederic Culot <frederic@culot.org> |