diff options
author | Bill Nottingham <notting@redhat.com> | 2003-09-15 05:40:21 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2003-09-15 05:40:21 +0000 |
commit | 30ca006ae718fcd856ff3fa3783218233a0736aa (patch) | |
tree | af41ff94184c07abd1a9f768d2798770ea718b1c /sysconfig/network-scripts/ifup-ppp | |
parent | b64be488902cccb3f4e10396a93777caa107b1d9 (diff) | |
download | initscripts-30ca006ae718fcd856ff3fa3783218233a0736aa.tar initscripts-30ca006ae718fcd856ff3fa3783218233a0736aa.tar.gz initscripts-30ca006ae718fcd856ff3fa3783218233a0736aa.tar.bz2 initscripts-30ca006ae718fcd856ff3fa3783218233a0736aa.tar.xz initscripts-30ca006ae718fcd856ff3fa3783218233a0736aa.zip |
ppp fixes (#104128, #97845, #85447)
Diffstat (limited to 'sysconfig/network-scripts/ifup-ppp')
-rwxr-xr-x | sysconfig/network-scripts/ifup-ppp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index 99b0e79f..3d26ebe8 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -18,7 +18,7 @@ else if [ "${DEMAND}" != yes -a "$TYPE" != "xDSL" ] ; then # let ppp-watch do the right thing shift - exec /sbin/ppp-watch "${DEVICE}" "$2" + exec /sbin/ppp-watch "${CONFIG##ifcfg-}" "$2" fi fi |