Either we can daemonize, and do that by default, or we can't, and
shouldn't, even if you pass -d.
} else if (isdaemon && CONF_ARG_EQ("nodaemon", 'D')) {
g_conf.daemonize = false;
g_conf.log_to_stdout = true;
+ /*
} else if (isdaemon && CONF_ARG_EQ("daemonize", 'd')) {
g_conf.daemonize = true;
g_conf.log_to_stdout = false;
+ */
} else if (isdaemon && CONF_ARG_EQ("foreground", 'f')) {
g_conf.daemonize = false;
g_conf.log_to_stdout = false;