[Dbmail-dev] Bug in daemonizing

2006-03-16 Thread Oleg Lapshin
Hello There is such lines in (for example) imapd.c: SetMainSigHandler(); if (no_daemonize) { get_config(config); StartCliServer(config); config_free(); g_mime_shutdown(); return 0; }

Re: [Dbmail-dev] Bug in daemonizing

2006-03-16 Thread Aaron Stone
Please file a bug; there are a couple problems in the new daemonizing code, and some planned changes to keep track of. Aaron On Thu, 2006-03-16 at 03:54 +0300, Oleg Lapshin wrote: Hello There is such lines in (for example) imapd.c: SetMainSigHandler(); if (no_daemonize) {

Re: [Dbmail-dev] Bug in daemonizing

2006-03-16 Thread Paul J Stevens
I fixed this yesterday, but my git/svn merging was messed up. It there now. Aaron Stone wrote: Please file a bug; there are a couple problems in the new daemonizing code, and some planned changes to keep track of. Aaron On Thu, 2006-03-16 at 03:54 +0300, Oleg Lapshin wrote: Hello