diff options
author | Michael K. Johnson <johnsonm@redhat.com> | 1999-09-13 17:51:29 +0000 |
---|---|---|
committer | Michael K. Johnson <johnsonm@redhat.com> | 1999-09-13 17:51:29 +0000 |
commit | f97dc1188ed5a0b28c10072fadef93d9229f5417 (patch) | |
tree | b16546c2c6be607031f55ff6d8b8599f61b92784 /sysconfig/network-scripts | |
parent | bfb1f33b3ec9cfe8d3c6ad8e3a7cec37158c1b8d (diff) | |
download | initscripts-f97dc1188ed5a0b28c10072fadef93d9229f5417.tar initscripts-f97dc1188ed5a0b28c10072fadef93d9229f5417.tar.gz initscripts-f97dc1188ed5a0b28c10072fadef93d9229f5417.tar.bz2 initscripts-f97dc1188ed5a0b28c10072fadef93d9229f5417.tar.xz initscripts-f97dc1188ed5a0b28c10072fadef93d9229f5417.zip |
new --remotename option to wvdial
Diffstat (limited to 'sysconfig/network-scripts')
-rwxr-xr-x | sysconfig/network-scripts/ifup-ppp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifup-ppp b/sysconfig/network-scripts/ifup-ppp index c40fae7e..c35a3b54 100755 --- a/sysconfig/network-scripts/ifup-ppp +++ b/sysconfig/network-scripts/ifup-ppp @@ -94,7 +94,7 @@ if [ -n "$WVDIALSECT" ] ; then remotename $DEVICE ipparam $DEVICE \ ${PPPOPTIONS} \ linkname $DEVICE \ - connect "/usr/bin/wvdial --chat $WVDIALSECT" + connect "/usr/bin/wvdial --remotename $DEVICE --chat $WVDIALSECT" else exec /usr/sbin/pppd -detach $opts $MODEMPORT $LINESPEED \ remotename $DEVICE ipparam $DEVICE \ |