From 92506822c1748782e57254282536f9f29e2e0799 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 17 May 2001 19:55:16 +0000 Subject: don't call ifup-ppp on sigint (#40585) --- src/ppp-watch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ppp-watch.c b/src/ppp-watch.c index 6114215f..42b13cd7 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