diff options
author | 2006-09-23 16:09:15 +0000 | |
---|---|---|
committer | 2006-09-23 16:09:15 +0000 | |
commit | b74d482890c2b7eb5099055586bc34f84d1d6705 (patch) | |
tree | c2693cfa5f8d7dbb1b5f1caff86f9df2a5c3ae3a /net-dialup/speedtouch-usb/files | |
parent | Remove vulnerable versions (bug #147838). (diff) | |
download | gentoo-2-b74d482890c2b7eb5099055586bc34f84d1d6705.tar.gz gentoo-2-b74d482890c2b7eb5099055586bc34f84d1d6705.tar.bz2 gentoo-2-b74d482890c2b7eb5099055586bc34f84d1d6705.zip |
Modify PPPoA chapter of the documentation (#144194). Stable on x86.
(Portage version: 2.1.1)
Diffstat (limited to 'net-dialup/speedtouch-usb/files')
-rw-r--r-- | net-dialup/speedtouch-usb/files/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/speedtouch-usb/files/README b/net-dialup/speedtouch-usb/files/README index 53073b6bf39f..076206bc0357 100644 --- a/net-dialup/speedtouch-usb/files/README +++ b/net-dialup/speedtouch-usb/files/README @@ -27,11 +27,11 @@ Add the following lines from the appropriate section below to a) PPPoATM configuration: config_ppp0=( ppp ) # Runs /lib/rcscripts/net/pppd.sh -link_ppp0='/dev/null' # Not required by PPPoA links, but must be specified # The 2 numbers represent the VPI & VCI of your ISP, and they are separated # by a dot. Choose here, or ask your ISP: # http://www.linux-usb.org/SpeedTouch/faq/index.html#q12 -plugins_ppp0=( 'pppoa 0.38' ) +link_ppp0='0.38' +plugins_ppp0=( 'pppoa' ) # 'man pppd' shows other options. Compression is disabled because it is # rarely taken advantage of, and may interfere with the connection. # Add option 'usepeerdns' to populate /etc/resolv.conf |