Date: Wed, 25 Mar 1998 10:38:28 -0800 (PST) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp main.c Message-ID: <199803251838.KAA04215@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/03/25 10:38:27 PST Modified files: (Branch: MP) usr.sbin/ppp main.c Log: Handle sig 1, 2, 3 and 15 when we're the parent in background mode by sending a SIGINT to the child. This was intended before, but pending_signal() was wrongly used - resulting in no action being taken as the parent will never enter the main processing loop. Revision Changes Path 1.121.2.38 +18 -8 src/usr.sbin/ppp/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199803251838.KAA04215>