diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 18:46:23 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-01-14 18:46:23 +0000 |
commit | cb8212cc43a89a34cb833e6a88a4ca4efbd27756 (patch) | |
tree | cb88a19ae372eeeaf27608893e1d5f7391c54481 /net-www/mod_auth_pam | |
parent | Stable on ppc64; bug #136924 (diff) | |
download | historical-cb8212cc43a89a34cb833e6a88a4ca4efbd27756.tar.gz historical-cb8212cc43a89a34cb833e6a88a4ca4efbd27756.tar.bz2 historical-cb8212cc43a89a34cb833e6a88a4ca4efbd27756.zip |
Uniform install usage.
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'net-www/mod_auth_pam')
-rw-r--r-- | net-www/mod_auth_pam/ChangeLog | 6 | ||||
-rw-r--r-- | net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-www/mod_auth_pam/ChangeLog b/net-www/mod_auth_pam/ChangeLog index beec827665dc..9f31d9567d73 100644 --- a/net-www/mod_auth_pam/ChangeLog +++ b/net-www/mod_auth_pam/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/mod_auth_pam # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.16 2007/01/14 00:35:00 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/ChangeLog,v 1.17 2007/01/14 18:41:53 chtekk Exp $ + + 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org> + mod_auth_pam-1.1.1-r1.ebuild: + Uniform install usage. 14 Jan 2007; Luca Longinotti <chtekk@gentoo.org> -files/1.1.1-r1/10_mod_auth_pam.conf, files/10_mod_auth_pam.conf, diff --git a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild index 1e6ef094801c..97a1629bbc13 100644 --- a/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild +++ b/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.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/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.12 2007/01/14 00:35:00 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_auth_pam/mod_auth_pam-1.1.1-r1.ebuild,v 1.13 2007/01/14 18:41:53 chtekk Exp $ inherit eutils apache-module portability @@ -50,7 +50,7 @@ src_compile() { use apache2 && ${APXS2} -c mod_auth_sys_group.c } -src_install () { +src_install() { apache-module_src_install insinto /etc/pam.d use apache2 && newins "${FILESDIR}/apache2.pam" apache2 |