diff options
author | 2012-10-21 15:42:31 +0000 | |
---|---|---|
committer | 2012-10-21 15:42:31 +0000 | |
commit | 3c5bbb49082437960724a46c2113bc68e1eef0dc (patch) | |
tree | be18c954a4fea394331ed3ff131a09d4a845f326 /net-dns | |
parent | Bump to 1.3.7, thanks to slepnoga (diff) | |
download | gentoo-2-3c5bbb49082437960724a46c2113bc68e1eef0dc.tar.gz gentoo-2-3c5bbb49082437960724a46c2113bc68e1eef0dc.tar.bz2 gentoo-2-3c5bbb49082437960724a46c2113bc68e1eef0dc.zip |
Use elog instead of einfo.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/knot/ChangeLog | 5 | ||||
-rw-r--r-- | net-dns/knot/knot-1.1.0.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-dns/knot/ChangeLog b/net-dns/knot/ChangeLog index e1d4155ebdaa..38d254918a80 100644 --- a/net-dns/knot/ChangeLog +++ b/net-dns/knot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-dns/knot # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.12 2012/09/04 09:28:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/ChangeLog,v 1.13 2012/10/21 15:42:31 scarabeus Exp $ + + 21 Oct 2012; Tomáš Chvátal <scarabeus@gentoo.org> knot-1.1.0.ebuild: + Use elog instead of einfo. *knot-1.1.0 (04 Sep 2012) diff --git a/net-dns/knot/knot-1.1.0.ebuild b/net-dns/knot/knot-1.1.0.ebuild index 3d7258252c3a..7f9baa041935 100644 --- a/net-dns/knot/knot-1.1.0.ebuild +++ b/net-dns/knot/knot-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.1.0.ebuild,v 1.1 2012/09/04 09:28:36 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/knot/knot-1.1.0.ebuild,v 1.2 2012/10/21 15:42:31 scarabeus Exp $ EAPI=4 @@ -54,9 +54,9 @@ src_install() { pkg_postinst() { if [[ -n ${REPLACING_VERSIONS} ]] ; then - einfo "Remember to recompile all zones after update. Run:" - einfo " # knotc stop" - einfo " # knotc compile" - einfo " # knotc start" + elog "Remember to recompile all zones after update. Run:" + elog " # knotc stop" + elog " # knotc compile" + elog " # knotc start" fi } |