diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-02-20 11:44:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-02-20 11:44:23 +0000 |
commit | 39d4d57997f65ab21c6f55f8aa4d890a9545ad4f (patch) | |
tree | 88d10ec6319b79a7d5f5c3a23228701c9e6cc9d8 /app-admin/usermin | |
parent | alpha stable wrt #210181 (diff) | |
download | gentoo-2-39d4d57997f65ab21c6f55f8aa4d890a9545ad4f.tar.gz gentoo-2-39d4d57997f65ab21c6f55f8aa4d890a9545ad4f.tar.bz2 gentoo-2-39d4d57997f65ab21c6f55f8aa4d890a9545ad4f.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-admin/usermin')
-rw-r--r-- | app-admin/usermin/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/usermin/files/usermin.pam-include | 11 | ||||
-rw-r--r-- | app-admin/usermin/usermin-1.280-r1.ebuild | 85 | ||||
-rw-r--r-- | app-admin/usermin/usermin-1.320.ebuild | 85 |
4 files changed, 5 insertions, 182 deletions
diff --git a/app-admin/usermin/ChangeLog b/app-admin/usermin/ChangeLog index cb4430cc3e67..be4a04bbb888 100644 --- a/app-admin/usermin/ChangeLog +++ b/app-admin/usermin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/usermin # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/ChangeLog,v 1.141 2008/02/20 04:25:25 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/ChangeLog,v 1.142 2008/02/20 11:44:22 armin76 Exp $ + + 20 Feb 2008; Raúl Porcel <armin76@gentoo.org> -files/usermin.pam-include, + -usermin-1.280-r1.ebuild, -usermin-1.320.ebuild: + old 20 Feb 2008; Steve Dibb <beandog@gentoo.org> usermin-1.330.ebuild: amd64 stable, security bug 209453 diff --git a/app-admin/usermin/files/usermin.pam-include b/app-admin/usermin/files/usermin.pam-include deleted file mode 100644 index 4ddcb59dad57..000000000000 --- a/app-admin/usermin/files/usermin.pam-include +++ /dev/null @@ -1,11 +0,0 @@ -#%PAM-1.0 - -auth required pam_securetty.so -auth include system-auth -auth required pam_nologin.so - -account include system-auth - -password include system-auth - -session include system-auth diff --git a/app-admin/usermin/usermin-1.280-r1.ebuild b/app-admin/usermin/usermin-1.280-r1.ebuild deleted file mode 100644 index b0630ae7e104..000000000000 --- a/app-admin/usermin/usermin-1.280-r1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# 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.280-r1.ebuild,v 1.8 2007/07/14 14:21:54 angelos Exp $ - -IUSE="ssl" - -inherit eutils pam - -DESCRIPTION="a web-based user administration interface" -HOMEPAGE="http://www.webmin.com/index6.html" -SRC_URI="mirror://sourceforge/webadmin/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" - -DEPEND="dev-lang/perl" - -RDEPEND="${DEPEND} - sys-process/lsof - ssl? ( dev-perl/Net-SSLeay )" - -# pam? ( dev-perl/Authen-PAM ) - -src_unpack() { - unpack ${A} - - cd ${S} - - # Point to the correct mysql location - sed -i -e "s:/usr/local/mysql:/usr:g" mysql/config - - epatch ${FILESDIR}/${PN}-1.080-safestop.patch - epatch ${FILESDIR}/${PN}-1.150-setup-nocheck.patch -} - -src_install() { - # Change /usr/local/bin/perl references - find . -type f | xargs sed -i -e 's:^#!.*/usr/local/bin/perl:#!/usr/bin/perl:' - - dodir /usr/libexec/usermin - cp -pR * ${D}/usr/libexec/usermin - - newinitd ${FILESDIR}/init.d.usermin usermin - - newpamd ${FILESDIR}/${PN}.pam-include.1 ${PN} - - # Fix ownership - chown -R root:0 ${D} - - dodir /etc/usermin - dodir /var/log/usermin - - config_dir=${D}/etc/usermin - var_dir=${D}/var/log/usermin - perl=/usr/bin/perl - autoos=1 - port=20000 - login=root - crypt="XXX" - host=`hostname` - use ssl && ssl=1 || ssl=0 - atboot=0 - nostart=1 - nochown=1 - autothird=1 - nouninstall=1 - noperlpath=1 - tempdir="${T}" - export config_dir var_dir perl autoos port login crypt host ssl atboot nostart nochown autothird nouninstall noperlpath tempdir - ${D}/usr/libexec/usermin/setup.sh > ${T}/usermin-setup.out 2>&1 || die "Failed to create initial usermin configuration." - - # Fixup the config files to use their real locations - sed -i -e "s:^pidfile=.*$:pidfile=/var/run/usermin.pid:" ${D}/etc/usermin/miniserv.conf - find ${D}/etc/usermin -type f | xargs sed -i -e "s:${D}:/:g" - - # Cleanup from the config script - rm -rf ${D}/var/log/usermin - keepdir /var/log/usermin/ -} - -pkg_postinst() { - elog "To make usermin start at boot time, run: 'rc-update add usermin default'." - elog "Point your web browser to https://localhost:20000 to use usermin." -} diff --git a/app-admin/usermin/usermin-1.320.ebuild b/app-admin/usermin/usermin-1.320.ebuild deleted file mode 100644 index a9cd1569026e..000000000000 --- a/app-admin/usermin/usermin-1.320.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/usermin/usermin-1.320.ebuild,v 1.5 2008/01/24 18:09:37 nixnut Exp $ - -IUSE="ssl" - -inherit eutils pam - -DESCRIPTION="a web-based user administration interface" -HOMEPAGE="http://www.webmin.com/index6.html" -SRC_URI="mirror://sourceforge/webadmin/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ppc64 sparc x86" - -DEPEND="dev-lang/perl" - -RDEPEND="${DEPEND} - sys-process/lsof - ssl? ( dev-perl/Net-SSLeay )" - -# pam? ( dev-perl/Authen-PAM ) - -src_unpack() { - unpack ${A} - - cd "${S}" - - # Point to the correct mysql location - sed -i -e "s:/usr/local/mysql:/usr:g" mysql/config - - epatch "${FILESDIR}"/${PN}-1.080-safestop.patch - epatch "${FILESDIR}"/${PN}-1.150-setup-nocheck.patch -} - -src_install() { - # Change /usr/local/bin/perl references - find . -type f | xargs sed -i -e 's:^#!.*/usr/local/bin/perl:#!/usr/bin/perl:' - - dodir /usr/libexec/usermin - cp -pR * "${D}"/usr/libexec/usermin - - newinitd "${FILESDIR}"/init.d.usermin usermin - - newpamd "${FILESDIR}"/${PN}.pam-include.1 ${PN} - - # Fix ownership - chown -R root:0 "${D}" - - dodir /etc/usermin - dodir /var/log/usermin - - config_dir=${D}/etc/usermin - var_dir=${D}/var/log/usermin - perl=/usr/bin/perl - autoos=1 - port=20000 - login=root - crypt="XXX" - host=`hostname` - use ssl && ssl=1 || ssl=0 - atboot=0 - nostart=1 - nochown=1 - autothird=1 - nouninstall=1 - noperlpath=1 - tempdir="${T}" - export config_dir var_dir perl autoos port login crypt host ssl atboot nostart nochown autothird nouninstall noperlpath tempdir - "${D}"/usr/libexec/usermin/setup.sh > "${T}"/usermin-setup.out 2>&1 || die "Failed to create initial usermin configuration." - - # Fixup the config files to use their real locations - sed -i -e "s:^pidfile=.*$:pidfile=/var/run/usermin.pid:" "${D}"/etc/usermin/miniserv.conf - find "${D}"/etc/usermin -type f | xargs sed -i -e "s:${D}:/:g" - - # Cleanup from the config script - rm -rf "${D}"/var/log/usermin - keepdir /var/log/usermin/ -} - -pkg_postinst() { - elog "To make usermin start at boot time, run: 'rc-update add usermin default'." - elog "Point your web browser to https://localhost:20000 to use usermin." -} |