summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2007-04-13 15:28:14 +0000
committerRaúl Porcel <armin76@gentoo.org>2007-04-13 15:28:14 +0000
commit418d72356c61f78751520ade53de9120e612e029 (patch)
tree57854be9c341a5549fc8b9110e515b4c443594da /app-admin/usermin
parentStable on alpha as per security bug #164466 (diff)
downloadgentoo-2-418d72356c61f78751520ade53de9120e612e029.tar.gz
gentoo-2-418d72356c61f78751520ade53de9120e612e029.tar.bz2
gentoo-2-418d72356c61f78751520ade53de9120e612e029.zip
Replace http for https in postinst, thanks to Christoph Mende <ch.mende at gmail dot com> for noticing
(Portage version: 2.1.2.3)
Diffstat (limited to 'app-admin/usermin')
-rw-r--r--app-admin/usermin/ChangeLog6
-rw-r--r--app-admin/usermin/usermin-1.270.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-admin/usermin/ChangeLog b/app-admin/usermin/ChangeLog
index d9d567e8204b..e0b87ab006a2 100644
--- a/app-admin/usermin/ChangeLog
+++ b/app-admin/usermin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/usermin
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/ChangeLog,v 1.105 2007/04/13 15:00:34 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/ChangeLog,v 1.106 2007/04/13 15:28:14 armin76 Exp $
+
+ 13 Apr 2007; Raúl Porcel <armin76@gentoo.org> usermin-1.270.ebuild:
+ Replace http for https in postinst, thanks to Christoph Mende <ch.mende at
+ gmail dot com> for noticing
13 Apr 2007; Peter Weller <welp@gentoo.org> usermin-1.270.ebuild:
Stable on amd64 wrt bug 168878
diff --git a/app-admin/usermin/usermin-1.270.ebuild b/app-admin/usermin/usermin-1.270.ebuild
index ae6db7c3f1c3..5390426f79c6 100644
--- a/app-admin/usermin/usermin-1.270.ebuild
+++ b/app-admin/usermin/usermin-1.270.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/app-admin/usermin/usermin-1.270.ebuild,v 1.3 2007/04/13 15:00:34 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-1.270.ebuild,v 1.4 2007/04/13 15:28:14 armin76 Exp $
IUSE="ssl"
@@ -82,7 +82,7 @@ src_install() {
pkg_postinst() {
elog "To make usermin start at boot time, run: 'rc-update add usermin default'."
- elog "Point your web browser to http://localhost:20000 to use usermin."
+ elog "Point your web browser to https://localhost:20000 to use usermin."
}
pkg_prerm() {