From ace3709ffda40425302264550d445a102fadb388 Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Fri, 12 Nov 1999 13:08:14 +0000 Subject: move PPPOPTIONS to the end use noauth always to work around new defaultroot behaviour --- sysconfig/network-scripts/ifup-ppp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sysconfig/network-scripts/ifup-ppp') diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index 201900b0..dd7ab2a6 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -90,14 +90,15 @@ fi if [ -n "$WVDIALSECT" ] ; then exec /usr/sbin/pppd -detach $opts $MODEMPORT $LINESPEED \ remotename $DEVICE ipparam $DEVICE \ - ${PPPOPTIONS} \ linkname $DEVICE \ noauth \ + ${PPPOPTIONS} \ connect "/usr/bin/wvdial --remotename $DEVICE --chat $WVDIALSECT" else exec /usr/sbin/pppd -detach $opts $MODEMPORT $LINESPEED \ remotename $DEVICE ipparam $DEVICE \ - ${PPPOPTIONS} \ linkname $DEVICE \ + noauth \ + ${PPPOPTIONS} \ connect "/usr/sbin/chat $chatdbg -f $CHATSCRIPT" fi -- cgit v1.2.1