diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-11-20 20:58:05 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-11-20 20:58:05 +0000 |
commit | 929403225338654efddbf649b17bf278cae96430 (patch) | |
tree | 75abd4c344d3f3cd4ee3f21895c95b4601c2c498 /net-fs/samba | |
parent | initial (diff) | |
download | gentoo-2-929403225338654efddbf649b17bf278cae96430.tar.gz gentoo-2-929403225338654efddbf649b17bf278cae96430.tar.bz2 gentoo-2-929403225338654efddbf649b17bf278cae96430.zip |
cheap fix for people with USE=ldap and export VISUAL
Diffstat (limited to 'net-fs/samba')
-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.. |