diff options
author | 2002-11-20 20:58:05 +0000 | |
---|---|---|
committer | 2002-11-20 20:58:05 +0000 | |
commit | ecc33b90c2d1244d196e3bc1469d6e7c8c24240f (patch) | |
tree | a359e6356c2f4bbad8bcdaf2efc65cbf8e3e35c6 /net-fs | |
parent | initial (diff) | |
download | historical-ecc33b90c2d1244d196e3bc1469d6e7c8c24240f.tar.gz historical-ecc33b90c2d1244d196e3bc1469d6e7c8c24240f.tar.bz2 historical-ecc33b90c2d1244d196e3bc1469d6e7c8c24240f.zip |
cheap fix for people with USE=ldap and export VISUAL
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/samba/ChangeLog | 5 | ||||
-rw-r--r-- | net-fs/samba/samba-2.2.6-r2.ebuild | 4 | ||||
-rw-r--r-- | net-fs/samba/samba-2.2.7.ebuild | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/net-fs/samba/ChangeLog b/net-fs/samba/ChangeLog index 72b462e2fd92..41fbdd265465 100644 --- a/net-fs/samba/ChangeLog +++ b/net-fs/samba/ChangeLog @@ -1,12 +1,13 @@ # ChangeLog for net-fs/samba # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.21 2002/11/20 17:16:33 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/ChangeLog,v 1.22 2002/11/20 20:58:05 woodchip Exp $ *samba-2.2.7 (Nov 20 2002) 20 Nov 2002; Donny Davies <woodchip@gentoo.org> : Chase latest. This release fixes a security problem. --with-lockdir is changed to /var/cache/samba; - thanks Achim for #10819. + thanks Achim for #10819. Marked as latest stable. Fix problem with USE=ldap + and export VISUAL. *samba-2.2.6-r2 (Nov 07 2002) diff --git a/net-fs/samba/samba-2.2.6-r2.ebuild b/net-fs/samba/samba-2.2.6-r2.ebuild index 18d9e0389695..c7e402aa9364 100644 --- a/net-fs/samba/samba-2.2.6-r2.ebuild +++ b/net-fs/samba/samba-2.2.6-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.6-r2.ebuild,v 1.1 2002/11/07 06:32:42 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.6-r2.ebuild,v 1.2 2002/11/20 20:58:05 woodchip Exp $ IUSE="pam acl cups ldap ssl tcpd vscan" @@ -128,7 +128,7 @@ src_compile() { # compile mkntpasswd in examples/LDAP/ for smbldaptools.. if use ldap; then cd ${S}/examples.bin/LDAP/smbldap-tools/mkntpwd - make || die "mkntpwd compile problem" + VISUAL="" make || die "mkntpwd compile problem" fi # compile the selected antivirus vfs plugins.. diff --git a/net-fs/samba/samba-2.2.7.ebuild b/net-fs/samba/samba-2.2.7.ebuild index cfef35588d1e..08269ca5573e 100644 --- a/net-fs/samba/samba-2.2.7.ebuild +++ b/net-fs/samba/samba-2.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.7.ebuild,v 1.2 2002/11/20 18:38:45 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/samba-2.2.7.ebuild,v 1.3 2002/11/20 20:58:05 woodchip Exp $ IUSE="pam acl cups ldap ssl tcpd vscan" @@ -125,7 +125,7 @@ src_compile() { # compile mkntpasswd in examples/LDAP/ for smbldaptools.. if use ldap; then cd ${S}/examples.bin/LDAP/smbldap-tools/mkntpwd - make || die "mkntpwd compile problem" + VISUAL="" make || die "mkntpwd compile problem" fi # compile the selected antivirus vfs plugins.. |