aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2001-01-30 16:24:28 +0000
committerBill Nottingham <notting@redhat.com>2001-01-30 16:24:28 +0000
commit1d86729b17c914c80daff6e430d00933c658ad54 (patch)
treed2cd4f304ba721a02365f64a551124efeece8dd3 /src
parent679b32eb30a201b3dde5c5296afdcb73327ba41b (diff)
downloadinitscripts-1d86729b17c914c80daff6e430d00933c658ad54.tar
initscripts-1d86729b17c914c80daff6e430d00933c658ad54.tar.gz
initscripts-1d86729b17c914c80daff6e430d00933c658ad54.tar.bz2
initscripts-1d86729b17c914c80daff6e430d00933c658ad54.tar.xz
initscripts-1d86729b17c914c80daff6e430d00933c658ad54.zip
fix build
Diffstat (limited to 'src')
-rw-r--r--src/ppp-watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppp-watch.c b/src/ppp-watch.c
index 3bbe9982..d74935a1 100644
--- a/src/ppp-watch.c
+++ b/src/ppp-watch.c
@@ -651,7 +651,7 @@ main(int argc, char **argv) {
sigprocmask(SIG_UNBLOCK, &blockedsigs, NULL);
sleep(timeout);
sigprocmask(SIG_BLOCK, &blockedsigs, NULL);
- if (!theSigterm && !theSighup && !theSigio && !theSighchld && !theSigalrm)
+ if (!theSigterm && !theSighup && !theSigio && !theSigchld && !theSigalrm)
fork_exec(0, "/etc/sysconfig/network-scripts/ifup-ppp", "daemon", device, theBoot);
// Scott Sharkey <ssharkey@linux-no-limits.com>
// MAXFAIL Patch...