diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1999-11-08 18:51:36 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1999-11-08 18:51:36 +0000 |
commit | 61c216e3798661b2b305f492b28eddaabe52e78b (patch) | |
tree | 7247c9a674e978c5c5657090b64fd14c3aa5dcfe /sysconfig/network-scripts | |
parent | 59bca9c167ca2edad469ef6005a738e151e95efa (diff) | |
download | initscripts-61c216e3798661b2b305f492b28eddaabe52e78b.tar initscripts-61c216e3798661b2b305f492b28eddaabe52e78b.tar.gz initscripts-61c216e3798661b2b305f492b28eddaabe52e78b.tar.bz2 initscripts-61c216e3798661b2b305f492b28eddaabe52e78b.tar.xz initscripts-61c216e3798661b2b305f492b28eddaabe52e78b.zip |
try to make CHAP work in cases where it currently fails
Diffstat (limited to 'sysconfig/network-scripts')
-rwxr-xr-x | sysconfig/network-scripts/ifup-ppp | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |