diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-11 22:57:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-11 22:57:58 +0000 |
commit | ce1e11eb03a11954995f434ce1c64bd097b88b50 (patch) | |
tree | 968a183a2491d0b82c96664a8b63f35f43a67fae /net-fs | |
parent | make dopamd behave like all other do* funcs and add newpamd in the process (diff) | |
download | gentoo-2-ce1e11eb03a11954995f434ce1c64bd097b88b50.tar.gz gentoo-2-ce1e11eb03a11954995f434ce1c64bd097b88b50.tar.bz2 gentoo-2-ce1e11eb03a11954995f434ce1c64bd097b88b50.zip |
obey USE=pam
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-3.0.10.ebuild | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-3.0.11.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/net-fs/samba/samba-3.0.10.ebuild b/net-fs/samba/samba-3.0.10.ebuild index 1ebd36cb862e..039d0f03c3fd 100644 --- a/net-fs/samba/samba-3.0.10.ebuild +++ b/net-fs/samba/samba-3.0.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.13 2005/02/07 03:27:03 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.10.ebuild,v 1.14 2005/02/11 22:57:58 vapier Exp $ inherit eutils flag-o-matic #--------------------------------------------------------------------------- @@ -312,8 +312,7 @@ src_install() { newins ${FILESDIR}/smb.conf.example-samba3.gz smb.conf.example.gz doins ${FILESDIR}/lmhosts #doins ${FILESDIR}/recycle.conf #obsolete: see bug #68315 - insinto /etc/pam.d - newins ${FILESDIR}/samba.pam samba + newpamd ${FILESDIR}/samba.pam samba use winbind && doins ${FILESDIR}/system-auth-winbind insinto /etc/xinetd.d newins ${FILESDIR}/swat.xinetd swat diff --git a/net-fs/samba/samba-3.0.11.ebuild b/net-fs/samba/samba-3.0.11.ebuild index b8b3bb001227..b63a8044f7b6 100644 --- a/net-fs/samba/samba-3.0.11.ebuild +++ b/net-fs/samba/samba-3.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.11.ebuild,v 1.2 2005/02/07 05:08:09 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-3.0.11.ebuild,v 1.3 2005/02/11 22:57:58 vapier Exp $ inherit eutils flag-o-matic #--------------------------------------------------------------------------- @@ -312,8 +312,7 @@ src_install() { newins ${FILESDIR}/smb.conf.example-samba3.gz smb.conf.example.gz doins ${FILESDIR}/lmhosts #doins ${FILESDIR}/recycle.conf #obsolete: see bug #68315 - insinto /etc/pam.d - newins ${FILESDIR}/samba.pam samba + newpamd ${FILESDIR}/samba.pam samba use winbind && doins ${FILESDIR}/system-auth-winbind insinto /etc/xinetd.d newins ${FILESDIR}/swat.xinetd swat |