diff options
author | 2008-02-27 19:19:49 +0000 | |
---|---|---|
committer | 2008-02-27 19:19:49 +0000 | |
commit | a1044a41187b250704839e08c28318f5ac77a522 (patch) | |
tree | 76e1b9c478ad0e803583bbd7adf43b0481253fd5 /net-fs/samba/samba-3.0.28.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-a1044a41187b250704839e08c28318f5ac77a522.tar.gz gentoo-2-a1044a41187b250704839e08c28318f5ac77a522.tar.bz2 gentoo-2-a1044a41187b250704839e08c28318f5ac77a522.zip |
Fixed double pam_*.so installation (bug #207021, thanks to flameeyes). Dropped old version and patches.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-fs/samba/samba-3.0.28.ebuild')
-rw-r--r-- | net-fs/samba/samba-3.0.28.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-fs/samba/samba-3.0.28.ebuild b/net-fs/samba/samba-3.0.28.ebuild index d6ce6f04257f..eae800471a05 100644 --- a/net-fs/samba/samba-3.0.28.ebuild +++ b/net-fs/samba/samba-3.0.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.4 2008/02/20 20:02:53 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.28.ebuild,v 1.5 2008/02/27 19:19:48 dev-zero Exp $ inherit autotools eutils pam python multilib versionator confutils @@ -109,6 +109,7 @@ src_compile() { --localstatedir=/var \ --with-configdir=/etc/samba \ --with-libdir=/usr/$(get_libdir)/samba \ + --with-pammodulesdir=$(getpam_mod_dir) \ --with-swatdir=/usr/share/doc/${PF}/swat \ --with-piddir=/var/run/samba \ --with-lockdir=/var/cache/samba \ @@ -171,11 +172,6 @@ src_install() { dosym libnss_winbind.so /usr/$(get_libdir)/libnss_winbind.so.2 fi - if use pam ; then - dopammod bin/pam_smbpass.so - use winbind && dopammod bin/pam_winbind.so - fi - if use kernel_linux ; then # Warning: this can byte you if /usr is # on a separate volume and you have to mount |