diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:03:00 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 14:03:00 +0000 |
commit | 24492a248243517f118833452ada3a21a57e1683 (patch) | |
tree | 4ff765adbbfecb7f92ef3dfb507c6524e4ff4069 | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-24492a248243517f118833452ada3a21a57e1683.tar.gz gentoo-2-24492a248243517f118833452ada3a21a57e1683.tar.bz2 gentoo-2-24492a248243517f118833452ada3a21a57e1683.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
-rw-r--r-- | app-admin/denyhosts/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.4b.ebuild | 24 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.5.ebuild | 24 | ||||
-rw-r--r-- | app-admin/denyhosts/denyhosts-2.6.ebuild | 24 |
4 files changed, 42 insertions, 38 deletions
diff --git a/app-admin/denyhosts/ChangeLog b/app-admin/denyhosts/ChangeLog index 6af02a2d2148..bbc7c89068c0 100644 --- a/app-admin/denyhosts/ChangeLog +++ b/app-admin/denyhosts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/denyhosts -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.23 2006/12/29 15:31:23 welp Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/ChangeLog,v 1.24 2007/01/24 14:03:00 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> denyhosts-2.4b.ebuild, + denyhosts-2.5.ebuild, denyhosts-2.6.ebuild: + Replacing einfo with elog 29 Dec 2006; Peter Weller <welp@gentoo.org> denyhosts-2.6.ebuild: Stable on amd64 wrt bug #157163 diff --git a/app-admin/denyhosts/denyhosts-2.4b.ebuild b/app-admin/denyhosts/denyhosts-2.4b.ebuild index c63e7cc34f72..202039cb1c85 100644 --- a/app-admin/denyhosts/denyhosts-2.4b.ebuild +++ b/app-admin/denyhosts/denyhosts-2.4b.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/app-admin/denyhosts/denyhosts-2.4b.ebuild,v 1.2 2006/05/05 17:06:39 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.4b.ebuild,v 1.3 2007/01/24 14:03:00 genone Exp $ inherit distutils eutils @@ -50,16 +50,16 @@ pkg_postinst() { touch /etc/hosts.deny fi - einfo "You can configure DenyHosts to run as a daemon by running:" - einfo - einfo "rc-update add denyhosts default" - einfo - einfo "or as a cronjob, by adding the following to /etc/crontab" - einfo "# run DenyHosts every 10 minutes" - einfo "*/10 * * * * root python /usr/bin/denyhosts -c /etc/denyhosts.conf" - einfo - einfo "More information can be found at http://denyhosts.sourceforge.net/faq.html" - einfo + elog "You can configure DenyHosts to run as a daemon by running:" + elog + elog "rc-update add denyhosts default" + elog + elog "or as a cronjob, by adding the following to /etc/crontab" + elog "# run DenyHosts every 10 minutes" + elog "*/10 * * * * root python /usr/bin/denyhosts -c /etc/denyhosts.conf" + elog + elog "More information can be found at http://denyhosts.sourceforge.net/faq.html" + elog ewarn "Modify /etc/denyhosts.conf to suit your environment system." } diff --git a/app-admin/denyhosts/denyhosts-2.5.ebuild b/app-admin/denyhosts/denyhosts-2.5.ebuild index 4dad434366b7..f6711d96286d 100644 --- a/app-admin/denyhosts/denyhosts-2.5.ebuild +++ b/app-admin/denyhosts/denyhosts-2.5.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/app-admin/denyhosts/denyhosts-2.5.ebuild,v 1.6 2006/11/16 00:21:07 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.5.ebuild,v 1.7 2007/01/24 14:03:00 genone Exp $ inherit distutils eutils @@ -50,16 +50,16 @@ pkg_postinst() { touch /etc/hosts.deny fi - einfo "You can configure DenyHosts to run as a daemon by running:" - einfo - einfo "rc-update add denyhosts default" - einfo - einfo "or as a cronjob, by adding the following to /etc/crontab" - einfo "# run DenyHosts every 10 minutes" - einfo "*/10 * * * * root python /usr/bin/denyhosts -c /etc/denyhosts.conf" - einfo - einfo "More information can be found at http://denyhosts.sourceforge.net/faq.html" - einfo + elog "You can configure DenyHosts to run as a daemon by running:" + elog + elog "rc-update add denyhosts default" + elog + elog "or as a cronjob, by adding the following to /etc/crontab" + elog "# run DenyHosts every 10 minutes" + elog "*/10 * * * * root python /usr/bin/denyhosts -c /etc/denyhosts.conf" + elog + elog "More information can be found at http://denyhosts.sourceforge.net/faq.html" + elog ewarn "Modify /etc/denyhosts.conf to suit your environment system." } diff --git a/app-admin/denyhosts/denyhosts-2.6.ebuild b/app-admin/denyhosts/denyhosts-2.6.ebuild index 1e56cea6fa33..dbb2f2baa057 100644 --- a/app-admin/denyhosts/denyhosts-2.6.ebuild +++ b/app-admin/denyhosts/denyhosts-2.6.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/app-admin/denyhosts/denyhosts-2.6.ebuild,v 1.5 2006/12/29 15:31:23 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/denyhosts/denyhosts-2.6.ebuild,v 1.6 2007/01/24 14:03:00 genone Exp $ inherit distutils eutils @@ -50,16 +50,16 @@ pkg_postinst() { touch /etc/hosts.deny fi - einfo "You can configure DenyHosts to run as a daemon by running:" - einfo - einfo "rc-update add denyhosts default" - einfo - einfo "or as a cronjob, by adding the following to /etc/crontab" - einfo "# run DenyHosts every 10 minutes" - einfo "*/10 * * * * root python /usr/bin/denyhosts -c /etc/denyhosts.conf" - einfo - einfo "More information can be found at http://denyhosts.sourceforge.net/faq.html" - einfo + elog "You can configure DenyHosts to run as a daemon by running:" + elog + elog "rc-update add denyhosts default" + elog + elog "or as a cronjob, by adding the following to /etc/crontab" + elog "# run DenyHosts every 10 minutes" + elog "*/10 * * * * root python /usr/bin/denyhosts -c /etc/denyhosts.conf" + elog + elog "More information can be found at http://denyhosts.sourceforge.net/faq.html" + elog ewarn "Modify /etc/denyhosts.conf to suit your environment system." } |