Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191942 - net-fs/samba - make better use of pam.eclass
Summary: net-fs/samba - 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: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-10 07:03 UTC by Jakub Moc (RETIRED)
Modified: 2007-09-10 08:21 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 07:03:08 UTC
The patch is pretty much self-explanatory ;)

--- samba-3.0.25c-r1.ebuild	2007-09-09 13:06:49.000000000 +0200
+++ samba-3.0.25c-r1.ebuild	2007-09-10 09:00:05.000000000 +0200
@@ -160,11 +160,9 @@
 	fi
 
 	if use pam ; then
-		exeinto /$(get_libdir)/security
-		doexe bin/pam_smbpass.so
+		dopammod bin/pam_smbpass.so
 		if use winbind ; then
-			exeinto /$(get_libdir)/security
-			doexe bin/pam_winbind.so
+			dopammod bin/pam_winbind.so
 		fi
 	fi
Comment 1 Tiziano Müller (RETIRED) gentoo-dev 2007-09-10 08:21:57 UTC
Fixed without rev-bump. Thanks again!