diff options
author | 2007-05-06 09:20:05 +0000 | |
---|---|---|
committer | 2007-05-06 09:20:05 +0000 | |
commit | fb3ca40791fd864d1d8073e5438be0c2ac07856e (patch) | |
tree | 45f88cefd83922e2ac06eafd5ee92cf42a4f665c /net-dns/posadis/posadis-0.60.6.ebuild | |
parent | Fix ldscript symlink generation #171486 by Alan Hourihane. (diff) | |
download | historical-fb3ca40791fd864d1d8073e5438be0c2ac07856e.tar.gz historical-fb3ca40791fd864d1d8073e5438be0c2ac07856e.tar.bz2 historical-fb3ca40791fd864d1d8073e5438be0c2ac07856e.zip |
Replacing einfo with ewarn
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dns/posadis/posadis-0.60.6.ebuild')
-rw-r--r-- | net-dns/posadis/posadis-0.60.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/posadis/posadis-0.60.6.ebuild b/net-dns/posadis/posadis-0.60.6.ebuild index ec6eaf14a31c..deb69ffcdfe3 100644 --- a/net-dns/posadis/posadis-0.60.6.ebuild +++ b/net-dns/posadis/posadis-0.60.6.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-dns/posadis/posadis-0.60.6.ebuild,v 1.7 2007/04/29 18:17:06 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/posadis/posadis-0.60.6.ebuild,v 1.8 2007/05/06 09:20:05 genone Exp $ inherit libtool eutils multilib autotools @@ -54,7 +54,7 @@ src_install() { pkg_preinst() { source /etc/init.d/functions.sh if [ -L ${svcdir}/started/posadis ]; then - einfo "The posadis init script is running. I'll stop it, merge the new files and restart the script." + ewarn "The posadis init script is running. I'll stop it, merge the new files and restart the script." /etc/init.d/posadis stop fi } |