aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@volny.cz>2006-03-19 14:47:57 +0000
committerMiloslav Trmac <mitr@volny.cz>2006-03-19 14:47:57 +0000
commit3c801a9fee90ca1df6eae3c7f1c29c90c16d9f49 (patch)
treedb23f82a05c229b474a78b8e452c4cf02bb67505
parent467c9f2225475b4f9970734a1749bf808fc5a056 (diff)
downloadinitscripts-3c801a9fee90ca1df6eae3c7f1c29c90c16d9f49.tar
initscripts-3c801a9fee90ca1df6eae3c7f1c29c90c16d9f49.tar.gz
initscripts-3c801a9fee90ca1df6eae3c7f1c29c90c16d9f49.tar.bz2
initscripts-3c801a9fee90ca1df6eae3c7f1c29c90c16d9f49.tar.xz
initscripts-3c801a9fee90ca1df6eae3c7f1c29c90c16d9f49.zip
Fix boot handling of ppp (#129195)
-rwxr-xr-xsysconfig/network-scripts/ifup-ppp1
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