From 286c3d6d8ed0b50b8da0e9416df200c9162bc4cf Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 7 Jan 2011 15:21:26 +0100 Subject: s3-waf: add NMBDSOCKETDIR variable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Fri Jan 7 16:33:55 CET 2011 on sn-devel-104 --- source3/build/dynconfig.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/build') diff --git a/source3/build/dynconfig.py b/source3/build/dynconfig.py index f755f7fef5..065471029f 100644 --- a/source3/build/dynconfig.py +++ b/source3/build/dynconfig.py @@ -8,6 +8,7 @@ dir_options = { 'with-lockdir' : [ '${PREFIX}/var/locks', 'where to put lock files' ], 'with-logfilebase' : [ '${PREFIX}/var/log/samba', 'Where to put log files' ], 'with-ncalrpcdir' : [ '${PREFIX}/var/ncalrpc', 'where to put ncalrpc sockets' ], + 'with-nmbdsocketdir' : [ '${PREFIX}/var/locks/.nmbd', 'Where to put the nmbd socket directory' ], 'with-ntp-signd-socket-dir' : [ '${PREFIX}/var/run/ntp_signd', 'NTP signed directory'], 'with-pammodulesdir' : [ '', 'Which directory to use for PAM modules' ], 'with-piddir' : [ '${PREFIX}/var/locks', 'where to put pid files' ], @@ -34,6 +35,7 @@ dyn_cflags = { 'LOGFILEBASE' : '${LOCALSTATEDIR}', 'MODULESDIR' : '${PREFIX}/modules', 'NCALRPCDIR' : '${LOCALSTATEDIR}/ncalrpc', + 'NMBDSOCKETDIR' : '${LOCKDIR}/.nmbd', 'NTP_SIGND_SOCKET_DIR' : '${NTP_SIGND_SOCKET_DIR}', 'PIDDIR' : '${LOCALSTATEDIR}/run', 'PRIVATE_DIR' : '${PRIVATEDIR}', -- cgit