forked from Lainports/freebsd-ports
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
11 lines
278 B
C
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);
|
|
|