diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-06-23 16:46:36 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-06-23 16:46:36 +0000 |
commit | 9bd132ad88b7f7bea052a1eef3ffa69d722ee680 (patch) | |
tree | afc8a7556feb5e5e49aee44b973eddfd2837c504 /net-fs | |
parent | Fixed gpm dependencie (diff) | |
download | historical-9bd132ad88b7f7bea052a1eef3ffa69d722ee680.tar.gz historical-9bd132ad88b7f7bea052a1eef3ffa69d722ee680.tar.bz2 historical-9bd132ad88b7f7bea052a1eef3ffa69d722ee680.zip |
Disabled pam support cuz it does not work atm
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/samba-2.2.0-r2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-fs/samba/samba-2.2.0-r2.ebuild b/net-fs/samba/samba-2.2.0-r2.ebuild index 415dbf1cdb4e..602c37cfbbce 100644 --- a/net-fs/samba/samba-2.2.0-r2.ebuild +++ b/net-fs/samba/samba-2.2.0-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.0-r2.ebuild,v 1.2 2001/06/09 05:25:53 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.0-r2.ebuild,v 1.3 2001/06/23 16:46:36 achim Exp $ S=${WORKDIR}/${P} DESCRIPTION="Samba :)" @@ -18,7 +18,9 @@ src_compile() { local myconf if [ "`use pam`" ] then - myconf="--with-pam" + echo "pam support does not work atm!" + myconf="--without-pam" + #myconf="--with-pam" else myconf="--without-pam" fi |