Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192032 - sys-auth/pam_abl - make better use of pam.eclass
Summary: sys-auth/pam_abl - make better use of pam.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Markus Ullmann (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 19:49 UTC by Jakub Moc (RETIRED)
Modified: 2007-09-17 10:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Moc (RETIRED) gentoo-dev 2007-09-10 19:49:19 UTC
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
 }
Comment 1 Markus Ullmann (RETIRED) gentoo-dev 2007-09-17 10:42:00 UTC
Applied to CVS