aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-05-17 19:55:16 +0000
committerBill Nottingham <notting@redhat.com>2001-05-17 19:55:16 +0000
commit92506822c1748782e57254282536f9f29e2e0799 (patch)
tree074dae5e77d8ee48ef67f642c76da572adb0ad52
parent004e15f77e6f0053e1318b9f8a495ffe4981184f (diff)
downloadinitscripts-92506822c1748782e57254282536f9f29e2e0799.tar
initscripts-92506822c1748782e57254282536f9f29e2e0799.tar.gz
initscripts-92506822c1748782e57254282536f9f29e2e0799.tar.bz2
initscripts-92506822c1748782e57254282536f9f29e2e0799.tar.xz
initscripts-92506822c1748782e57254282536f9f29e2e0799.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..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 &&