diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-09-23 16:09:15 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-09-23 16:09:15 +0000 |
commit | b74d482890c2b7eb5099055586bc34f84d1d6705 (patch) | |
tree | c2693cfa5f8d7dbb1b5f1caff86f9df2a5c3ae3a /net-dialup/speedtouch-usb | |
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')
-rw-r--r-- | net-dialup/speedtouch-usb/ChangeLog | 6 | ||||
-rw-r--r-- | net-dialup/speedtouch-usb/files/README | 4 | ||||
-rw-r--r-- | net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-dialup/speedtouch-usb/ChangeLog b/net-dialup/speedtouch-usb/ChangeLog index 3e689a84ea47..7377e4027799 100644 --- a/net-dialup/speedtouch-usb/ChangeLog +++ b/net-dialup/speedtouch-usb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/speedtouch-usb # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/ChangeLog,v 1.6 2006/08/16 19:31:13 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/ChangeLog,v 1.7 2006/09/23 16:09:15 mrness Exp $ + + 23 Sep 2006; Alin Nastac <mrness@gentoo.org> files/README, + speedtouch-usb-3.0.1.2-r2.ebuild: + Modify PPPoA chapter of the documentation (#144194). Stable on x86. 16 Aug 2006; Luis Medinas <metalgod@gentoo.org> speedtouch-usb-3.0.1.2-r2.ebuild: 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 diff --git a/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild b/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild index 26c2f41435cb..5dddca891fc6 100644 --- a/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild +++ b/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild,v 1.3 2006/08/16 19:31:13 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch-usb/speedtouch-usb-3.0.1.2-r2.ebuild,v 1.4 2006/09/23 16:09:15 mrness Exp $ inherit eutils linux-info @@ -11,7 +11,7 @@ SRC_URI="http://www.speedtouch.com/download/drivers/USB/SpeedTouch330_firmware_$ # Taken from http://www.speedtouch.com/driver_upgrade_lx_3.0.1.2.htm LICENSE="SpeedTouch-USB-Firmware" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND=">=net-dialup/ppp-2.4.3-r11 |