From 3a466e0ac969cc859b350b5cf38c690ab5c821fe Mon Sep 17 00:00:00 2001 From: Michael Poole Date: Fri, 7 May 2004 14:32:06 +0000 Subject: [PATCH] allow daemon mode under cygwin * Remove code to disable daemon mode in Cygwin, since Cygwin now properly implements fork() etc. git-archimport-id: srvx@srvx.net--2004-srvx/srvx--devo--1.3--patch-59 --- ChangeLog | 14 ++++++++++++++ src/main.c | 8 -------- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index c9e5b0b..1642f8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,20 @@ # arch-tag: automatic-ChangeLog--srvx@srvx.net--2004-srvx/srvx--devo--1.3 # +2004-05-07 14:32:06 GMT Michael Poole patch-59 + + Summary: + allow daemon mode under cygwin + Revision: + srvx--devo--1.3--patch-59 + + * Remove code to disable daemon mode in Cygwin, since Cygwin now + properly implements fork() etc. + + modified files: + ChangeLog src/main.c + + 2004-05-06 09:46:38 GMT adam patch-58 Summary: diff --git a/src/main.c b/src/main.c index 32ff878..c16aafa 100644 --- a/src/main.c +++ b/src/main.c @@ -764,14 +764,6 @@ int main(int argc, char *argv[]) version(); -#ifdef __CYGWIN__ - if(daemon) - { - fprintf(stderr, "Daemon mode not supported under Cygwin.\n"); - daemon = 0; - } -#endif - if (replay_file) { /* We read a line here to "prime" the replay file parser, but * mostly to get the right value of "now" for when we do the -- 2.20.1