diff options
author | Marius Mauch <genone@gentoo.org> | 2007-05-06 08:58:26 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-05-06 08:58:26 +0000 |
commit | d64197b8ee61fc24c9f826e5f8d1186f9a387f45 (patch) | |
tree | b09ce4e277ae62768f462c6b0e0a3f2bb7781e0c /net-dns/mydns | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-d64197b8ee61fc24c9f826e5f8d1186f9a387f45.tar.gz gentoo-2-d64197b8ee61fc24c9f826e5f8d1186f9a387f45.tar.bz2 gentoo-2-d64197b8ee61fc24c9f826e5f8d1186f9a387f45.zip |
Replacing einfo with elog
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-dns/mydns')
-rw-r--r-- | net-dns/mydns/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/mydns/mydns-1.1.0-r1.ebuild | 34 | ||||
-rw-r--r-- | net-dns/mydns/mydns-1.1.0.ebuild | 34 |
3 files changed, 39 insertions, 35 deletions
diff --git a/net-dns/mydns/ChangeLog b/net-dns/mydns/ChangeLog index 17d363a34a65..98eb939e492a 100644 --- a/net-dns/mydns/ChangeLog +++ b/net-dns/mydns/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dns/mydns # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/ChangeLog,v 1.27 2007/05/02 16:22:03 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/ChangeLog,v 1.28 2007/05/06 08:58:26 genone Exp $ + + 06 May 2007; Marius Mauch <genone@gentoo.org> mydns-1.1.0.ebuild, + mydns-1.1.0-r1.ebuild: + Replacing einfo with elog 02 May 2007; Jose Luis Rivero <yoswink@gentoo.org> mydns-1.1.0-r1.ebuild: Stable on alpha wrt security #176130 diff --git a/net-dns/mydns/mydns-1.1.0-r1.ebuild b/net-dns/mydns/mydns-1.1.0-r1.ebuild index 68d0b2bea750..bc8ffac3bc43 100644 --- a/net-dns/mydns/mydns-1.1.0-r1.ebuild +++ b/net-dns/mydns/mydns-1.1.0-r1.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/mydns/mydns-1.1.0-r1.ebuild,v 1.4 2007/05/02 16:22:03 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/mydns-1.1.0-r1.ebuild,v 1.5 2007/05/06 08:58:26 genone Exp $ inherit eutils @@ -67,23 +67,23 @@ src_install() { } pkg_postinst() { - einfo - einfo "You should now run these commands:" - einfo - einfo "# /usr/sbin/mydns --dump-config > /etc/mydns.conf" - einfo "# chmod 0600 /etc/mydns.conf" + elog + elog "You should now run these commands:" + elog + elog "# /usr/sbin/mydns --dump-config > /etc/mydns.conf" + elog "# chmod 0600 /etc/mydns.conf" if ! use postgres; then - einfo "# mysqladmin -u <useruname> -p create mydns" - einfo "# /usr/sbin/mydns --create-tables | mysql -u <username> -p mydns" - einfo - einfo "to create the tables in the MySQL-Database." - einfo "For more info see QUICKSTART.mysql." + elog "# mysqladmin -u <useruname> -p create mydns" + elog "# /usr/sbin/mydns --create-tables | mysql -u <username> -p mydns" + elog + elog "to create the tables in the MySQL-Database." + elog "For more info see QUICKSTART.mysql." else - einfo "# createdb mydns" - einfo "# /usr/sbin/mydns --create-tables | psql mydns" - einfo - einfo "to create the tables in the PostgreSQL-Database." - einfo "For more info see QUICKSTART.postgres." + elog "# createdb mydns" + elog "# /usr/sbin/mydns --create-tables | psql mydns" + elog + elog "to create the tables in the PostgreSQL-Database." + elog "For more info see QUICKSTART.postgres." fi - einfo + elog } diff --git a/net-dns/mydns/mydns-1.1.0.ebuild b/net-dns/mydns/mydns-1.1.0.ebuild index 98a0ea64ec43..e1c0b740dee9 100644 --- a/net-dns/mydns/mydns-1.1.0.ebuild +++ b/net-dns/mydns/mydns-1.1.0.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/mydns/mydns-1.1.0.ebuild,v 1.9 2007/04/29 18:15:14 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/mydns/mydns-1.1.0.ebuild,v 1.10 2007/05/06 08:58:26 genone Exp $ inherit eutils @@ -67,23 +67,23 @@ src_install() { } pkg_postinst() { - einfo - einfo "You should now run these commands:" - einfo - einfo "# /usr/sbin/mydns --dump-config > /etc/mydns.conf" - einfo "# chmod 0600 /etc/mydns.conf" + elog + elog "You should now run these commands:" + elog + elog "# /usr/sbin/mydns --dump-config > /etc/mydns.conf" + elog "# chmod 0600 /etc/mydns.conf" if ! use postgres; then - einfo "# mysqladmin -u <useruname> -p create mydns" - einfo "# /usr/sbin/mydns --create-tables | mysql -u <username> -p mydns" - einfo - einfo "to create the tables in the MySQL-Database." - einfo "For more info see QUICKSTART.mysql." + elog "# mysqladmin -u <useruname> -p create mydns" + elog "# /usr/sbin/mydns --create-tables | mysql -u <username> -p mydns" + elog + elog "to create the tables in the MySQL-Database." + elog "For more info see QUICKSTART.mysql." else - einfo "# createdb mydns" - einfo "# /usr/sbin/mydns --create-tables | psql mydns" - einfo - einfo "to create the tables in the PostgreSQL-Database." - einfo "For more info see QUICKSTART.postgres." + elog "# createdb mydns" + elog "# /usr/sbin/mydns --create-tables | psql mydns" + elog + elog "to create the tables in the PostgreSQL-Database." + elog "For more info see QUICKSTART.postgres." fi - einfo + elog } |