From 30ca006ae718fcd856ff3fa3783218233a0736aa Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 15 Sep 2003 05:40:21 +0000 Subject: ppp fixes (#104128, #97845, #85447) --- sysconfig/network-scripts/ifup-ppp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysconfig/network-scripts/ifup-ppp') 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 -- cgit v1.2.1