diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:10:31 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 17:10:31 +0000 |
commit | 50e38eb6ffff86142e1e4033b988a70911927fc6 (patch) | |
tree | 8bf6aefab11a7c15ab651359d5d737afc1a5333a /net-misc/htun | |
parent | Fixed bug #98450, stablized on x86 and sparc and added ~amd64 keyword. (diff) | |
download | historical-50e38eb6ffff86142e1e4033b988a70911927fc6.tar.gz historical-50e38eb6ffff86142e1e4033b988a70911927fc6.tar.bz2 historical-50e38eb6ffff86142e1e4033b988a70911927fc6.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-misc/htun')
-rw-r--r-- | net-misc/htun/htun-0.9.5.ebuild | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/net-misc/htun/htun-0.9.5.ebuild b/net-misc/htun/htun-0.9.5.ebuild index efc374072c17..4ed5f88a2fce 100644 --- a/net-misc/htun/htun-0.9.5.ebuild +++ b/net-misc/htun/htun-0.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/htun/htun-0.9.5.ebuild,v 1.4 2004/07/15 02:53:23 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/htun/htun-0.9.5.ebuild,v 1.5 2005/07/09 17:10:31 swegener Exp $ DESCRIPTION="Project to tunnel IP traffic over HTTP" HOMEPAGE="http://htun.runslinux.net/" @@ -29,19 +29,17 @@ src_install() { doins ${S}/doc/htund.conf dodoc doc/* - einfo " " - einfo " " - einfo "NOTE: HTun requires the Universal TUN/TAP module " + einfo + einfo "NOTE: HTun requires the Universal TUN/TAP module" einfo "available in the Linux kernel. Make sure you have" - einfo "compiled the tun.o driver as a module! " - einfo " " - einfo "It can be found in the kernel configuration under " - einfo "Network Device Support --> Universal TUN/TAP " - einfo " " - einfo "To configure HTun, run the following commands as root: " - einfo " # mknod /dev/net/tun c 10 200 " + einfo "compiled the tun.o driver as a module!" + einfo + einfo "It can be found in the kernel configuration under" + einfo "Network Device Support --> Universal TUN/TAP" + einfo + einfo "To configure HTun, run the following commands as root:" + einfo " # mknod /dev/net/tun c 10 200" einfo " # echo \"alias char-major-10-200 tun\" >> /etc/modules.conf" - einfo " # depmod -e " - einfo " " - einfo " " + einfo " # depmod -e" + einfo } |