[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Thu Apr 15 10:34:19 MDT 2010


The branch, master has been updated
       via  7233699... s4:dynconfig/wscript: ${LOCALSTATEDIR} already has var/ included
      from  279bf89... s4:torture/rpc/countcalls: check for NT_STATUS_IS_RPC() instead of NT_STATUS_NET_WRITE_FAULT

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


- Log -----------------------------------------------------------------
commit 7233699ad849b0771c946eb47b31ff50f64cefbf
Author: Stefan Metzmacher <metze at samba.org>
Date:   Thu Apr 15 18:26:38 2010 +0200

    s4:dynconfig/wscript: ${LOCALSTATEDIR} already has var/ included
    
    metze

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

Summary of changes:
 source4/dynconfig/wscript |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/dynconfig/wscript b/source4/dynconfig/wscript
index 7a9f419..cd80647 100644
--- a/source4/dynconfig/wscript
+++ b/source4/dynconfig/wscript
@@ -48,9 +48,9 @@ dyn_cflags_fhs = {
     'MODULESDIR'                     : '${LIBDIR}/samba',
     'DATADIR'                        : '${DATADIR}/samba',
     'INCLUDEDIR'                     : '${INCLUDEDIR}/samba-4.0',
-    'NTP_SIGND_SOCKET_DIR'           : '${LOCALSTATEDIR}/var/run/samba/ntp_signd',
-    'WINBINDD_SOCKET_DIR'            : '${LOCALSTATEDIR}/var/run/samba/winbindd',
-    'WINBINDD_PRIVILEGED_SOCKET_DIR' : '${LOCALSTATEDIR}/var/run/samba/winbindd_privileged',
+    'NTP_SIGND_SOCKET_DIR'           : '${LOCALSTATEDIR}/run/samba/ntp_signd',
+    'WINBINDD_SOCKET_DIR'            : '${LOCALSTATEDIR}/run/samba/winbindd',
+    'WINBINDD_PRIVILEGED_SOCKET_DIR' : '${LOCALSTATEDIR}/run/samba/winbindd_privileged',
     'NCALRPCDIR'                     : '${LOCALSTATEDIR}/ncalrpc',
     'SWATDIR'                        : '${DATADIR}/swat',
     'SETUPDIR'                       : '${DATADIR}/setup',


-- 
Samba Shared Repository


More information about the samba-cvs mailing list