diff options
Diffstat (limited to 'sysconfig')
-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 \ |