fix typo in ppp init scripts
SVN-Revision: 2245
This commit is contained in:
parent
18797a0ad8
commit
5ba6af516e
@ -33,7 +33,7 @@ while :; do
|
||||
linkname $type \
|
||||
user "$USERNAME" \
|
||||
password "$PASSWORD" \
|
||||
mtu $MTU mru $MTU
|
||||
mtu $MTU mru $MTU \
|
||||
$IDLETIME \
|
||||
$REDIAL
|
||||
|
||||
|
@ -34,7 +34,7 @@ while :; do
|
||||
linkname $type \
|
||||
user "$USERNAME" \
|
||||
password "$PASSWORD" \
|
||||
mtu $MTU mru $MTU
|
||||
mtu $MTU mru $MTU \
|
||||
$IDLETIME \
|
||||
$REDIAL \
|
||||
nic-$IFNAME
|
||||
|
Loading…
Reference in New Issue
Block a user