diff options
author | Daniel Black <dragonheart@gentoo.org> | 2006-10-29 09:24:35 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2006-10-29 09:24:35 +0000 |
commit | 0a779ce52e886bf9f1970fb44ecc0d689688e100 (patch) | |
tree | b9b64ed433a8c444e1b60da7dda9b8f502eed25e /net-misc/vtun/vtun-2.6-r1.ebuild | |
parent | better description - bug #149227 (diff) | |
download | historical-0a779ce52e886bf9f1970fb44ecc0d689688e100.tar.gz historical-0a779ce52e886bf9f1970fb44ecc0d689688e100.tar.bz2 historical-0a779ce52e886bf9f1970fb44ecc0d689688e100.zip |
embarrasing QA fixes as per bug #150112 thanks Patrick
Package-Manager: portage-2.1.2_rc1
Diffstat (limited to 'net-misc/vtun/vtun-2.6-r1.ebuild')
-rw-r--r-- | net-misc/vtun/vtun-2.6-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/vtun/vtun-2.6-r1.ebuild b/net-misc/vtun/vtun-2.6-r1.ebuild index 4117684052cb..2836f207c893 100644 --- a/net-misc/vtun/vtun-2.6-r1.ebuild +++ b/net-misc/vtun/vtun-2.6-r1.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-misc/vtun/vtun-2.6-r1.ebuild,v 1.3 2006/09/09 20:30:09 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/vtun/vtun-2.6-r1.ebuild,v 1.4 2006/10/29 09:24:35 dragonheart Exp $ inherit eutils @@ -65,8 +65,8 @@ src_install () { } pkg_postinst () { - echo ">>> You will need the Universal TUN/TAP driver compiled into" - echo ">>> your kernel or as a module to use the associated tunnel" - echo ">>> modes in vtun. 2.2 users will need to download and install" - echo ">>> the driver from http://vtun.sourceforge.net/tun" + einfo ">>> You will need the Universal TUN/TAP driver compiled into" + einfo ">>> your kernel or as a module to use the associated tunnel" + einfo ">>> modes in vtun. 2.2 users will need to download and install" + einfo ">>> the driver from http://vtun.sourceforge.net/tun" } |