From 61c216e3798661b2b305f492b28eddaabe52e78b Mon Sep 17 00:00:00 2001 From: "Michael K. Johnson" Date: Mon, 8 Nov 1999 18:51:36 +0000 Subject: try to make CHAP work in cases where it currently fails --- sysconfig/network-scripts/ifup-ppp | 1 + 1 file changed, 1 insertion(+) diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index 1aaa04f0..201900b0 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -92,6 +92,7 @@ if [ -n "$WVDIALSECT" ] ; then remotename $DEVICE ipparam $DEVICE \ ${PPPOPTIONS} \ linkname $DEVICE \ + noauth \ connect "/usr/bin/wvdial --remotename $DEVICE --chat $WVDIALSECT" else exec /usr/sbin/pppd -detach $opts $MODEMPORT $LINESPEED \ -- cgit v1.2.1