diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-09-17 10:42:10 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-09-17 10:42:10 +0000 |
commit | 92640ad7a46fe2c2d91522503f4e699e97ec928e (patch) | |
tree | 4a3ecc4ed1adc2a58c86024a81b2c7df96f8e65d /sys-auth/pam_abl | |
parent | Version bump wrt bug #191684 (diff) | |
download | gentoo-2-92640ad7a46fe2c2d91522503f4e699e97ec928e.tar.gz gentoo-2-92640ad7a46fe2c2d91522503f4e699e97ec928e.tar.bz2 gentoo-2-92640ad7a46fe2c2d91522503f4e699e97ec928e.zip |
use pam.eclass instead of manual hacks, thanks to jakub for notify wrt bug #192032
(Portage version: 2.1.3.9)
Diffstat (limited to 'sys-auth/pam_abl')
-rw-r--r-- | sys-auth/pam_abl/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/sys-auth/pam_abl/ChangeLog b/sys-auth/pam_abl/ChangeLog index ec6cf15574aa..b55c7cf8c75e 100644 --- a/sys-auth/pam_abl/ChangeLog +++ b/sys-auth/pam_abl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_abl # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.3 2007/07/12 11:23:59 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/ChangeLog,v 1.4 2007/09/17 10:42:10 jokey Exp $ + + 17 Sep 2007; Markus Ullmann <jokey@gentoo.org> pam_abl-0.2.3-r1.ebuild: + use pam.eclass instead of manual hacks, thanks to jakub for notify wrt bug + #192032 *pam_abl-0.2.3-r1 (12 Jul 2007) diff --git a/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild b/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild index 1c7d0f5df853..78b2d9067390 100644 --- a/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild +++ b/sys-auth/pam_abl/pam_abl-0.2.3-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/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.1 2007/07/12 11:23:59 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_abl/pam_abl-0.2.3-r1.ebuild,v 1.2 2007/09/17 10:42:10 jokey Exp $ inherit flag-o-matic pam toolchain-funcs @@ -48,10 +48,8 @@ src_compile() { src_install() { dopammod pam_abl.so - insinto /etc/security - doins conf/pam_abl.conf + dopamsecurity . conf/pam_abl.conf dobin tools/pam_abl - dodir /var/lib/abl keepdir /var/lib/abl dohtml doc/*.html doc/*.css } |