diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:22:42 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 11:22:42 +0000 |
commit | 01f6d56611db2c498f134aff17d4e3abf88a26a2 (patch) | |
tree | 8e02138a269155c26a683e02245d87b5b7e13dc6 /net-ftp/pureadmin/pureadmin-0.2.2.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-01f6d56611db2c498f134aff17d4e3abf88a26a2.tar.gz gentoo-2-01f6d56611db2c498f134aff17d4e3abf88a26a2.tar.bz2 gentoo-2-01f6d56611db2c498f134aff17d4e3abf88a26a2.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-ftp/pureadmin/pureadmin-0.2.2.ebuild')
-rw-r--r-- | net-ftp/pureadmin/pureadmin-0.2.2.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-ftp/pureadmin/pureadmin-0.2.2.ebuild b/net-ftp/pureadmin/pureadmin-0.2.2.ebuild index de3b0b67c966..deddb1171c65 100644 --- a/net-ftp/pureadmin/pureadmin-0.2.2.ebuild +++ b/net-ftp/pureadmin/pureadmin-0.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.2.2.ebuild,v 1.3 2006/10/23 15:58:20 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.2.2.ebuild,v 1.4 2007/05/06 11:22:42 genone Exp $ inherit eutils @@ -46,12 +46,11 @@ src_install() { } pkg_postinst() { - einfo ewarn "PureAdmin is at a beta-stage right now and it may break your" ewarn "configuration. DO NOT use it for safety critical system" ewarn "or production use!" - einfo - einfo "You need root-privileges to be able to use PureAdmin." - einfo "This will probably change in the future." - einfo + elog + elog "You need root-privileges to be able to use PureAdmin." + elog "This will probably change in the future." + elog } |