diff options
author | Marius Mauch <genone@gentoo.org> | 2007-01-24 15:09:51 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2007-01-24 15:09:51 +0000 |
commit | 754239397b49bb45d4c7d6a78e7802c2f9597026 (patch) | |
tree | 351426f44884c97fa16520b4eb8c72822f1be5e2 /app-admin | |
parent | Replacing einfo with elog (diff) | |
download | gentoo-2-754239397b49bb45d4c7d6a78e7802c2f9597026.tar.gz gentoo-2-754239397b49bb45d4c7d6a78e7802c2f9597026.tar.bz2 gentoo-2-754239397b49bb45d4c7d6a78e7802c2f9597026.zip |
Replacing einfo with elog
(Portage version: 2.1.2-r2)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.290-r1.ebuild | 10 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.290.ebuild | 10 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.300-r1.ebuild | 10 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.300.ebuild | 10 |
5 files changed, 26 insertions, 22 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index 14e1f7207c67..da65db7306a6 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/webmin -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.135 2006/12/02 01:28:41 antarus Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.136 2007/01/24 15:09:51 genone Exp $ + + 24 Jan 2007; Marius Mauch <genone@gentoo.org> webmin-1.290.ebuild, + webmin-1.290-r1.ebuild, webmin-1.300.ebuild, webmin-1.300-r1.ebuild: + Replacing einfo with elog *webmin-1.300-r1 (02 Dec 2006) *webmin-1.290-r1 (02 Dec 2006) diff --git a/app-admin/webmin/webmin-1.290-r1.ebuild b/app-admin/webmin/webmin-1.290-r1.ebuild index 3cee2c9b978f..c605fa653982 100644 --- a/app-admin/webmin/webmin-1.290-r1.ebuild +++ b/app-admin/webmin/webmin-1.290-r1.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/webmin/webmin-1.290-r1.ebuild,v 1.1 2006/12/02 01:28:41 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.290-r1.ebuild,v 1.2 2007/01/24 15:09:51 genone Exp $ inherit eutils pam @@ -131,9 +131,9 @@ pkg_postinst() { crypt=${crypt//\//\\\/} sed -i -e "s/root:XXX/root:${crypt}/" /etc/webmin/miniserv.users - einfo "To make webmin start at boot time, run: 'rc-update add webmin default'." - use ssl && einfo "Point your web browser to https://localhost:10000 to use webmin." - use ssl || einfo "Point your web browser to http://localhost:10000 to use webmin." + elog "To make webmin start at boot time, run: 'rc-update add webmin default'." + use ssl && elog "Point your web browser to https://localhost:10000 to use webmin." + use ssl || elog "Point your web browser to http://localhost:10000 to use webmin." } pkg_prerm() { diff --git a/app-admin/webmin/webmin-1.290.ebuild b/app-admin/webmin/webmin-1.290.ebuild index c24c1146eb88..a60999d5bda5 100644 --- a/app-admin/webmin/webmin-1.290.ebuild +++ b/app-admin/webmin/webmin-1.290.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/webmin/webmin-1.290.ebuild,v 1.10 2006/08/06 16:20:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.290.ebuild,v 1.11 2007/01/24 15:09:51 genone Exp $ inherit eutils pam @@ -131,9 +131,9 @@ pkg_postinst() { crypt=${crypt//\//\\\/} sed -i -e "s/root:XXX/root:${crypt}/" /etc/webmin/miniserv.users - einfo "To make webmin start at boot time, run: 'rc-update add webmin default'." - use ssl && einfo "Point your web browser to https://localhost:10000 to use webmin." - use ssl || einfo "Point your web browser to http://localhost:10000 to use webmin." + elog "To make webmin start at boot time, run: 'rc-update add webmin default'." + use ssl && elog "Point your web browser to https://localhost:10000 to use webmin." + use ssl || elog "Point your web browser to http://localhost:10000 to use webmin." } pkg_prerm() { diff --git a/app-admin/webmin/webmin-1.300-r1.ebuild b/app-admin/webmin/webmin-1.300-r1.ebuild index d11b8acb7671..015ab37872ef 100644 --- a/app-admin/webmin/webmin-1.300-r1.ebuild +++ b/app-admin/webmin/webmin-1.300-r1.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/webmin/webmin-1.300-r1.ebuild,v 1.1 2006/12/02 01:28:41 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.300-r1.ebuild,v 1.2 2007/01/24 15:09:51 genone Exp $ inherit eutils pam @@ -125,9 +125,9 @@ pkg_postinst() { crypt=${crypt//\//\\\/} sed -i -e "s/root:XXX/root:${crypt}/" /etc/webmin/miniserv.users - einfo "To make webmin start at boot time, run: 'rc-update add webmin default'." - use ssl && einfo "Point your web browser to https://localhost:10000 to use webmin." - use ssl || einfo "Point your web browser to http://localhost:10000 to use webmin." + elog "To make webmin start at boot time, run: 'rc-update add webmin default'." + use ssl && elog "Point your web browser to https://localhost:10000 to use webmin." + use ssl || elog "Point your web browser to http://localhost:10000 to use webmin." } pkg_prerm() { diff --git a/app-admin/webmin/webmin-1.300.ebuild b/app-admin/webmin/webmin-1.300.ebuild index 5641a0113dc6..7d60aebca553 100644 --- a/app-admin/webmin/webmin-1.300.ebuild +++ b/app-admin/webmin/webmin-1.300.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/webmin/webmin-1.300.ebuild,v 1.8 2006/10/24 10:47:58 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.300.ebuild,v 1.9 2007/01/24 15:09:51 genone Exp $ inherit eutils pam @@ -125,9 +125,9 @@ pkg_postinst() { crypt=${crypt//\//\\\/} sed -i -e "s/root:XXX/root:${crypt}/" /etc/webmin/miniserv.users - einfo "To make webmin start at boot time, run: 'rc-update add webmin default'." - use ssl && einfo "Point your web browser to https://localhost:10000 to use webmin." - use ssl || einfo "Point your web browser to http://localhost:10000 to use webmin." + elog "To make webmin start at boot time, run: 'rc-update add webmin default'." + use ssl && elog "Point your web browser to https://localhost:10000 to use webmin." + use ssl || elog "Point your web browser to http://localhost:10000 to use webmin." } pkg_prerm() { |