diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 08:17:10 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 08:17:10 +0000 |
commit | f48bcc6b25c616a314b7360e905c4413b0d0b59c (patch) | |
tree | 9b76d661cf39e4d2fea39f67584c63b5cd155ce6 /net-dialup/penggy/penggy-0.2.1.ebuild | |
parent | add missing mdnsresponder to IUSE #177284 (diff) | |
download | historical-f48bcc6b25c616a314b7360e905c4413b0d0b59c.tar.gz historical-f48bcc6b25c616a314b7360e905c4413b0d0b59c.tar.bz2 historical-f48bcc6b25c616a314b7360e905c4413b0d0b59c.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dialup/penggy/penggy-0.2.1.ebuild')
-rw-r--r-- | net-dialup/penggy/penggy-0.2.1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-dialup/penggy/penggy-0.2.1.ebuild b/net-dialup/penggy/penggy-0.2.1.ebuild index 95d2e44873d6..5236617cf7f1 100644 --- a/net-dialup/penggy/penggy-0.2.1.ebuild +++ b/net-dialup/penggy/penggy-0.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.14 2007/04/28 16:43:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.15 2007/05/06 08:00:52 genone Exp $ inherit eutils autotools @@ -30,11 +30,11 @@ src_install() { } pkg_postinst() { - einfo - einfo "The penggy AOL/Compuserve IP tunneling package has been installed." - einfo - einfo "You now need to configure it by editing penggy.cfg, aol-secrets, and phonetab in /etc/penggy." - einfo "Also you will need to have tuntap, built into your kernel or compiled as a module." - einfo + elog + elog "The penggy AOL/Compuserve IP tunneling package has been installed." + elog + elog "You now need to configure it by editing penggy.cfg, aol-secrets, and phonetab in /etc/penggy." + elog "Also you will need to have tuntap, built into your kernel or compiled as a module." + elog ewarn "IMPORTANT: Penggy is neither endorsed by or affiliated with AOL." } |