summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild')
-rw-r--r--net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild b/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild
index bdd25b8a18bd..68f37d17ecca 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-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.2 2005/05/06 04:54:51 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/speedtouch/speedtouch-1.3.1-r2.ebuild,v 1.3 2005/07/09 18:48:08 swegener Exp $
inherit flag-o-matic
@@ -68,23 +68,23 @@ src_install() {
}
pkg_postinst() {
- echo ""
+ echo
ewarn "Make sure you have kernel support for USB, HDCL and PPP"
ewarn "NB: kernels >= 2.4.18 include the hdlc patch"
- echo ""
+ echo
ewarn "Read and subscribe vendor's licence to download the microcode"
- ewarn "You can get it from: "
+ 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 "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"
- echo ""
+ echo
einfo "More info in the documentation in /usr/share/doc/${PF}"
- echo ""
+ echo
einfo "You need to pass -a /usr/share/speedtouch/boot.v123.bin to"
einfo "modem_run with this version. The URL for firmware is:"
einfo "http://www.speedtouchdsl.com/driver_upgrade_lx_3.0.1.2.htm"
- echo ""
+ echo
}