freebsd-ports/www/plugger/files/patch-plugger.c
Joe Marcus Clarke 57e6604e30 Add the correct patch for plugger.c. I accidentally cvs rm'd this patch
instead of the pluggerrc patch, then cvs add'd the old revision, and forgot
to repatch.  Long story short, I messed up, and this fixes it.

Reported by:	Tom McLaughlin <tmclaugh@sdf.lonestar.org>
Pointy hat to:	me
2004-02-13 06:02:52 +00:00

11 lines
278 B
C

--- plugger.c.old Wed Feb 11 16:15:56 2004
+++ plugger.c Wed Feb 11 16:17:04 2004
@@ -189,7 +189,7 @@
int signum;
alarm(0);
if(!(THIS->flags & H_DAEMON))
- setpgrp();
+ setpgrp(0, 0);
for(signum=0;signum<NSIG;signum++) signal(signum, SIG_DFL);