aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-05-17 19:55:21 +0000
committerBill Nottingham <notting@redhat.com>2001-05-17 19:55:21 +0000
commit315e43e99a74881633d3c817d2c9897295bd373c (patch)
tree2d507d5a34d8bdc21bca3baed0fc03360e1e2c71
parent690e20dad28a5924850723c3857b09957b773cbc (diff)
downloadinitscripts-315e43e99a74881633d3c817d2c9897295bd373c.tar
initscripts-315e43e99a74881633d3c817d2c9897295bd373c.tar.gz
initscripts-315e43e99a74881633d3c817d2c9897295bd373c.tar.bz2
initscripts-315e43e99a74881633d3c817d2c9897295bd373c.tar.xz
initscripts-315e43e99a74881633d3c817d2c9897295bd373c.zip
don't call ifup-ppp on sigint (#40585)
-rw-r--r--src/ppp-watch.c1
1 files changed, 1 insertions, 0 deletions
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 &&