diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-05-06 04:54:51 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-05-06 04:54:51 +0000 |
commit | d625582ac6ba3f6461170a278f30c2750558f03e (patch) | |
tree | 0a75339c3c2fa4cd60ca0f65c40384b303cf0089 | |
parent | Version bump, closes bug #90406. (diff) | |
download | gentoo-2-d625582ac6ba3f6461170a278f30c2750558f03e.tar.gz gentoo-2-d625582ac6ba3f6461170a278f30c2750558f03e.tar.bz2 gentoo-2-d625582ac6ba3f6461170a278f30c2750558f03e.zip |
fix info message (#91543)
(Portage version: 2.0.51.19)
-rw-r--r-- | net-dialup/speedtouch/ChangeLog | 7 | ||||
-rw-r--r-- | net-dialup/speedtouch/Manifest | 18 | ||||
-rw-r--r-- | net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild | 8 |
3 files changed, 13 insertions, 20 deletions
diff --git a/net-dialup/speedtouch/ChangeLog b/net-dialup/speedtouch/ChangeLog index addcab2e4f70..55491878415b 100644 --- a/net-dialup/speedtouch/ChangeLog +++ b/net-dialup/speedtouch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dialup/speedtouch -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/ChangeLog,v 1.26 2004/12/22 21:42:05 mrness Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/ChangeLog,v 1.27 2005/05/06 04:54:51 mrness Exp $ + + 06 May 2005; Alin Nastac <mrness@gentoo.org> speedtouch-1.3.1-r2.ebuild: + Correct post-install info message (#91543). *speedtouch-1.3.1-r2 (22 Dec 2004) diff --git a/net-dialup/speedtouch/Manifest b/net-dialup/speedtouch/Manifest index 15c13c9a0754..4794e79697ff 100644 --- a/net-dialup/speedtouch/Manifest +++ b/net-dialup/speedtouch/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 d821839001b8b4350637981402de5da0 speedtouch-1.3.1-r2.ebuild 2958 MD5 9bc70a787c74d49568a0803ef91765f8 ChangeLog 3937 MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163 -MD5 bf5946537ca088833a94fe186393a3eb speedtouch-1.3.1-r2.ebuild 2947 -MD5 d6eb26607fa211c61609dd783ecfdac9 files/adsl.sample 599 MD5 3c7d210090e2fed135170292f62e279b files/speedtch-hotplug 396 -MD5 e1433d87a19203883aeaa0d4f791f91f files/speedtouch.confd 699 -MD5 aa0803fb7b3133521df4ee07d7ff141a files/speedtouch.rc7 1655 MD5 be6c41b714f7e55195d93fd478dc5e7e files/digest-speedtouch-1.3.1-r2 69 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFByeo2jtv59x0+BrURAr3JAKDDAJxBf9sQt5Y1Zcn6do/4eYN2YgCg3qEF -kDPfeyOonnblQDI6QWuOWIA= -=l15d ------END PGP SIGNATURE----- +MD5 aa0803fb7b3133521df4ee07d7ff141a files/speedtouch.rc7 1655 +MD5 e1433d87a19203883aeaa0d4f791f91f files/speedtouch.confd 699 +MD5 d6eb26607fa211c61609dd783ecfdac9 files/adsl.sample 599 diff --git a/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild b/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild index 10f1507d14fa..bdd25b8a18bd 100644 --- a/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild +++ b/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild,v 1.1 2004/12/22 21:42:05 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild,v 1.2 2005/05/06 04:54:51 mrness Exp $ inherit flag-o-matic @@ -75,8 +75,8 @@ pkg_postinst() { ewarn "Read and subscribe vendor's licence to download the microcode" ewarn "You can get it from: " ewarn " 1) vendor's site: http://www.speedtouchdsl.com/dvrreg_lx.htm" - ewarn " 2) a windows system: c:\windows\system\alcaudsl.sys" - ewarn " 3) the CD provided: X:\Driver\alcaudsl.sys" + ewarn " 2) a windows system: c:\\\\windows\\\\system\\\\alcaudsl.sys" + ewarn " 3) the CD provided: X:\\\\Driver\\\\alcaudsl.sys" ewarn "Then you should set its path in the /etc/conf.d/speedtouch file" ewarn "edit and rename 'adsl.sample' to 'adsl' in /etc/ppp/peers/adsl and" ewarn "bring up your adsl line using the /etc/init.d/speedtouch script" |