| Bug#: 192032 | Product: Gentoo Linux | Version: 2007.0 | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: trivial | Priority: P2 |
| Resolution: FIXED | Assigned To: jokey@gentoo.org | Reported By: jakub@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: sys-auth/pam_abl - make better use of pam.eclass | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2007-09-10 19:49 0000 | |||
| Description: | Opened: 2007-09-10 19:49 0000 |
Patch below. Also removed pointless dodir.
--- pam_abl/pam_abl-0.2.3-r1.ebuild 2007-07-12 13:23:59.000000000 +0200
+++ pam_abl-0.2.3-r1.ebuild 2007-09-10 21:46:57.000000000 +0200
@@ -48,10 +48,8 @@
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
}