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 | a66a796b726fce53edf6cf9e3022e2816ede492a (patch) | |
tree | a7a196af1f90d4a68d3347e79fcfe1eed21c9890 /net-ftp/pureadmin/pureadmin-0.3.ebuild | |
parent | Replacing einfo with elog (diff) | |
download | historical-a66a796b726fce53edf6cf9e3022e2816ede492a.tar.gz historical-a66a796b726fce53edf6cf9e3022e2816ede492a.tar.bz2 historical-a66a796b726fce53edf6cf9e3022e2816ede492a.zip |
Replacing einfo with elog
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-ftp/pureadmin/pureadmin-0.3.ebuild')
-rw-r--r-- | net-ftp/pureadmin/pureadmin-0.3.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/net-ftp/pureadmin/pureadmin-0.3.ebuild b/net-ftp/pureadmin/pureadmin-0.3.ebuild index 27c55a565705..a0fc679f754a 100644 --- a/net-ftp/pureadmin/pureadmin-0.3.ebuild +++ b/net-ftp/pureadmin/pureadmin-0.3.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.3.ebuild,v 1.2 2006/10/23 15:58:20 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-ftp/pureadmin/pureadmin-0.3.ebuild,v 1.3 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 } |