From 04cfbddedef348a31463dfbdc27e01b25ca8e4bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Sat, 2 Jun 2001 11:39:51 +0000 Subject: Update to Argus-2.0.1. This commit closes ports/27562, though it is not based on the patch offered (I already had prepared diffs more than one week ago, but had no time to perform the commit). I choose to use my patches instead of those from the PR, since they seemed even more correct ;-) --- net/argus/files/patch-ac | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 net/argus/files/patch-ac (limited to 'net/argus/files/patch-ac') diff --git a/net/argus/files/patch-ac b/net/argus/files/patch-ac deleted file mode 100644 index b1edf28f5411..000000000000 --- a/net/argus/files/patch-ac +++ /dev/null @@ -1,29 +0,0 @@ ---- server/ArgusOutput.c~ Thu Mar 15 22:19:42 2001 -+++ server/ArgusOutput.c Fri Apr 6 17:08:28 2001 -@@ -365,5 +365,5 @@ - sigignore(SIGINT); - sigignore(SIGTERM); -- sigignore(SIGCHLD); -+// sigignore(SIGCHLD); - #else - (void) signal (SIGPIPE, SIG_IGN); -@@ -371,9 +371,10 @@ - (void) signal (SIGINT, SIG_IGN); - (void) signal (SIGTERM, SIG_IGN); -- (void) signal (SIGCHLD, SIG_IGN); -+// (void) signal (SIGCHLD, SIG_IGN); - #endif - - (void) signal (SIGUSR1, (void (*)(int)) ArgusUsr1Sig); - (void) signal (SIGUSR2, (void (*)(int)) ArgusUsr2Sig); -+ (void) signal (SIGCHLD, (void (*)(int)) ArgusChildExit); - - if ((ArgusInputSocket = ArgusNewSocket (lfd)) != NULL) { -@@ -436,4 +437,7 @@ - } - -+ if (ArgusUpdateTime()) -+ ArgusHandleData(NULL, NULL, 0, NULL); -+ - if ((kill (ArgusParentPid, 0)) < 0) { - ArgusOutputCleanUp(0); -- cgit v1.2.3