Start and log daemon activity only if requested.

This commit is contained in:
Frederic Culot
2009-08-01 17:53:11 +00:00
parent 989b6c885f
commit 55d6703fad
3 changed files with 12 additions and 5 deletions

View File

@@ -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>