search for: opid

Displaying 2 results from an estimated 2 matches for "opid".

Did you mean: mpid
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory (eg: when you ssh into a machine and pkgadd the new openssh, it will not kill your current (or anyone else's sshd session) onanother_note: the buildpkg.sh could use some exec_prefix functionality... to deal with ./configure --prefix= --exec_prefix=/usr *** bak/opensshd.in Fri Oct 19 13:36:24 2001 ---
2003 Dec 18
1
AGI and broken pipe
...gi.c 5 Nov 2003 23:43:31 -0000 1.22 +++ asterisk/apps/app_agi.c 18 Dec 2003 13:48:38 -0000 @@ -167,6 +167,10 @@ /* close what we're not using in the parent */ close(toast[1]); close(fromast[0]); + + // [PHM 12/18/03] + close(audio[0]) + *opid = pid; return 0;