[SCM] Samba Shared Repository - branch master updated

Jelmer Vernooij jelmer at samba.org
Mon Apr 14 19:26:04 MDT 2014


The branch, master has been updated
       via  3b82b6f Do not install smbclient4 and nmblookup4
      from  2f2421b ctdb-eventscripts: CTDB_NATGW_PUBLIC_* optional on slave-only nodes

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 3b82b6f53118c4ae257fa83a11d6aed38e500b62
Author: Jeroen Dekkers <jeroen at dekkers.ch>
Date:   Sat Sep 21 01:43:31 2013 +0200

    Do not install smbclient4 and nmblookup4
    
    Change-Id: I2d91d9c9faa2df084321d10fbdc948acbd2bb735
    Signed-off-by: Jeroen Dekkers <jeroen at dekkers.ch>
    Reviewed-by: Jelmer Vernooij <jelmer at samba.org>
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Jelmer Vernooij <jelmer at samba.org>
    Autobuild-Date(master): Tue Apr 15 03:25:13 CEST 2014 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 libcli/nbt/wscript_build |    3 ++-
 source4/wscript_build    |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/libcli/nbt/wscript_build b/libcli/nbt/wscript_build
index c4a9428..090789c 100755
--- a/libcli/nbt/wscript_build
+++ b/libcli/nbt/wscript_build
@@ -20,7 +20,8 @@ bld.SAMBA_LIBRARY('cli-nbt',
 bld.SAMBA_BINARY('nmblookup' + bld.env.suffix4,
                  source='tools/nmblookup.c',
                  manpages='man/nmblookup4.1',
-                 deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE'
+                 deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE',
+                 install=False
                  )
 
 bld.SAMBA_PYTHON('python_netbios',
diff --git a/source4/wscript_build b/source4/wscript_build
index af71e80..1dd1356 100644
--- a/source4/wscript_build
+++ b/source4/wscript_build
@@ -2,7 +2,8 @@
 
 bld.SAMBA_BINARY('client/smbclient'  + bld.env.suffix4,
 	source='client/client.c',
-	deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc'
+	deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc',
+	install=False
 	)
 
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list