diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-12-23 05:21:35 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-12-23 05:21:35 +0000 |
commit | bc8311193df6ab60beb075696a21e53a2e29055e (patch) | |
tree | 412cd555df979a7909bcdfb06138c382401a6d15 /app-admin/webmin | |
parent | bad Manifest (diff) | |
download | gentoo-2-bc8311193df6ab60beb075696a21e53a2e29055e.tar.gz gentoo-2-bc8311193df6ab60beb075696a21e53a2e29055e.tar.bz2 gentoo-2-bc8311193df6ab60beb075696a21e53a2e29055e.zip |
(non maintainer commit) User suggestion for postinst() by philip howells
(Portage version: 2.2_rc18/cvs/Linux 2.6.27.10 x86_64)
Diffstat (limited to 'app-admin/webmin')
-rw-r--r-- | app-admin/webmin/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/webmin/webmin-1.441.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-admin/webmin/ChangeLog b/app-admin/webmin/ChangeLog index 7d023adab073..3bb1f87153b7 100644 --- a/app-admin/webmin/ChangeLog +++ b/app-admin/webmin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/webmin # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.175 2008/12/05 01:09:02 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/ChangeLog,v 1.176 2008/12/23 05:21:35 darkside Exp $ + + 23 Dec 2008; Jeremy Olexa <darkside@gentoo.org> webmin-1.441.ebuild: + (non maintainer commit) User suggestion for postinst() by philip howells *webmin-1.441 (05 Dec 2008) diff --git a/app-admin/webmin/webmin-1.441.ebuild b/app-admin/webmin/webmin-1.441.ebuild index cf3d1bf18596..64e8f030aa1e 100644 --- a/app-admin/webmin/webmin-1.441.ebuild +++ b/app-admin/webmin/webmin-1.441.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.441.ebuild,v 1.1 2008/12/05 01:09:02 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/webmin/webmin-1.441.ebuild,v 1.2 2008/12/23 05:21:35 darkside Exp $ inherit eutils pam @@ -107,4 +107,7 @@ pkg_postinst() { use ssl || einfo "Point your web browser to http://localhost:10000 to use webmin." einfo "NOTE: virtual-server has been removed from this ebuild." + elog "To create a login account for webmin named \"admin\", execute the " + elog "following command:" + elog "/usr/libexec/webmin/changepass.pl /etc/webmin admin <new_password>" } |