diff options
author | Bill Nottingham <notting@redhat.com> | 2006-11-02 22:50:26 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2006-11-02 22:50:26 +0000 |
commit | 28a82ee5ae1f9111d19350a8d342c1fb1e3ed4e6 (patch) | |
tree | 23d94d8d58f65f98567c90c95e8ac04130aa3545 | |
parent | db147bb0ed160708501ffae23eaf896da0dc7b91 (diff) | |
download | initscripts-28a82ee5ae1f9111d19350a8d342c1fb1e3ed4e6.tar initscripts-28a82ee5ae1f9111d19350a8d342c1fb1e3ed4e6.tar.gz initscripts-28a82ee5ae1f9111d19350a8d342c1fb1e3ed4e6.tar.bz2 initscripts-28a82ee5ae1f9111d19350a8d342c1fb1e3ed4e6.tar.xz initscripts-28a82ee5ae1f9111d19350a8d342c1fb1e3ed4e6.zip |
backport fix for 129195FC5-branch
-rwxr-xr-x | sysconfig/network-scripts/ifup-ppp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index 56d2104e..c38d782c 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -17,7 +17,6 @@ else # don't start ppp-watch by xDSL if [ "${DEMAND}" != yes -a "$TYPE" != "xDSL" ] ; then # let ppp-watch do the right thing - shift exec /sbin/ppp-watch "${CONFIG##ifcfg-}" "$2" fi fi |