diff options
-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() { |