From 315e43e99a74881633d3c817d2c9897295bd373c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 17 May 2001 19:55:21 +0000 Subject: don't call ifup-ppp on sigint (#40585) --- src/ppp-watch.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ppp-watch.c b/src/ppp-watch.c index 6114215f..cf22c68a 100644 --- a/src/ppp-watch.c +++ b/src/ppp-watch.c @@ -740,6 +740,7 @@ main(int argc, char **argv) { sleep(timeout); sigprocmask(SIG_BLOCK, &blockedsigs, NULL); if (!theSigterm && + !theSigInt && !theSighup && !theSigio && !theSigchld && -- cgit v1.2.1