[tac_plus] Re: running tac_plus in the foreground

john heasley heas at shrubbery.net
Wed Oct 10 08:07:32 UTC 2007


misplaced the brace, i think.

Index: tac_plus.c
===================================================================
RCS file: /home/heas/.CVS/src/routers/tac_plus/tac_plus.c,v
retrieving revision 1.36
diff -u -r1.36 tac_plus.c
--- tac_plus.c	2 Oct 2007 18:46:25 -0000	1.36
+++ tac_plus.c	10 Oct 2007 08:03:34 -0000
@@ -396,6 +396,7 @@
 
 	    if (debug)
 		report(LOG_DEBUG, "Backgrounded");
+	}
 
 #ifndef REAPCHILD
 #if SETPGRP_VOID
@@ -432,7 +433,6 @@
 
 	    signal(SIGCHLD, SIG_IGN);
 #endif /* REAPCHILD */
-	}
 
 	/*
 	 * after forking to disassociate; make sure we know we're the mother



More information about the tac_plus mailing list