diff options
author | 2005-03-03 18:18:19 +0000 | |
---|---|---|
committer | 2005-03-03 18:18:19 +0000 | |
commit | 4f6389084b5d1a48978606741ff3a0d029bcba3a (patch) | |
tree | 3d9acbb4e04ede8cced1ae1ac9833b833be7a716 /net-www/pwauth/pwauth-2.3.1-r1.ebuild | |
parent | Dependency update: sys-apps/daemontools -> sys-process/daemontools. (diff) | |
download | gentoo-2-4f6389084b5d1a48978606741ff3a0d029bcba3a.tar.gz gentoo-2-4f6389084b5d1a48978606741ff3a0d029bcba3a.tar.bz2 gentoo-2-4f6389084b5d1a48978606741ff3a0d029bcba3a.zip |
changed SERVER_UIDS to 81 (user apache). fixes 83957
(Portage version: 2.0.51.16)
Diffstat (limited to 'net-www/pwauth/pwauth-2.3.1-r1.ebuild')
-rw-r--r-- | net-www/pwauth/pwauth-2.3.1-r1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/net-www/pwauth/pwauth-2.3.1-r1.ebuild b/net-www/pwauth/pwauth-2.3.1-r1.ebuild new file mode 100644 index 000000000000..2cf5b2b486a7 --- /dev/null +++ b/net-www/pwauth/pwauth-2.3.1-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/pwauth/pwauth-2.3.1-r1.ebuild,v 1.1 2005/03/03 18:18:19 hollow Exp $ + +inherit eutils + +DESCRIPTION="A Unix Web Authenticator" +HOMEPAGE="http://www.unixpapa.com/pwauth/" +SRC_URI="http://www.unixpapa.com/software/${P}.tar.gz" + +DEPEND="sys-libs/pam" +LICENSE="Apache-1.1" +KEYWORDS="~x86" +IUSE="" +SLOT="0" + +src_unpack() { + unpack ${A} || die "unpack failed" + cd ${S} || die "cd to $s failed" + sed -ie 's:SERVER_UIDS 72:SERVER_UIDS 81:' config.h +} + +src_install() { + dosbin pwauth unixgroup + insinto /etc/pam.d/ + newins ${FILESDIR}/pwauth.pam pwauth + dodoc CHANGES FORM_AUTH INSTALL README +}
\ No newline at end of file |