diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-05-24 09:45:19 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-05-24 09:45:19 +0000 |
commit | 623e56fbbde142d2c9d54810c8f04bbfcd276c27 (patch) | |
tree | 292432a3893cf6e706d19a238e1a317238bca0bb /net-dialup | |
parent | make warnings less dramatic (#134169) (diff) | |
download | gentoo-2-623e56fbbde142d2c9d54810c8f04bbfcd276c27.tar.gz gentoo-2-623e56fbbde142d2c9d54810c8f04bbfcd276c27.tar.bz2 gentoo-2-623e56fbbde142d2c9d54810c8f04bbfcd276c27.zip |
make warnings less dramatic (#134169)
(Portage version: 2203-svn)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/net-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild b/net-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild index bbdb2ee5505c..2865f5c67496 100644 --- a/net-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild +++ b/net-dialup/ueagle-atm/ueagle-atm-1.1-r2.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-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild,v 1.1 2006/05/23 17:09:04 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ueagle-atm/ueagle-atm-1.1-r2.ebuild,v 1.2 2006/05/24 09:45:19 mrness Exp $ inherit eutils linux-info @@ -59,21 +59,19 @@ pkg_postinst() { check_extra_config echo - # Check user space for PPPoA support + # Check user-space for PPPoA support if ! built_with_use net-dialup/ppp atm ; then - ewarn "PPPoA support: net-dialup/ppp should be built with 'atm' USE flag enabled!" - ewarn "Run the following command if you need PPPoA support:" - einfo " euse -E atm && emerge net-dialup/ppp" + ewarn "Run the following command if connecting via PPPoA protocol:" + ewarn " euse -E atm && emerge net-dialup/ppp" echo fi - # Check user space PPPoE support + # Check user-space for PPPoE support if ! has_version net-misc/br2684ctl ; then - ewarn "PPPoE support: net-misc/br2684ctl is not installed!" - ewarn "Run the following command if you need PPPoE support:" - einfo " emerge net-misc/br2684ctl" + ewarn "Run the following command if connecting via PPPoE protocol:" + ewarn " emerge net-misc/br2684ctl" echo fi - einfo "To complete the installation, you must read the documentation available in" - einfo " ${ROOT}usr/share/doc/${PF}" + ewarn "To complete the installation, you must read the documentation in" + ewarn " ${ROOT}usr/share/doc/${PF}" } |