s3-waf: add NMBDSOCKETDIR variable.
authorGünther Deschner <gd@samba.org>
Fri, 7 Jan 2011 14:21:26 +0000 (15:21 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 7 Jan 2011 15:33:55 +0000 (16:33 +0100)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Jan  7 16:33:55 CET 2011 on sn-devel-104

source3/build/dynconfig.py

index f755f7fef5a0e3c5bceed14d2881d9538e7ca4b2..065471029ff9cf83799e55aa41a1d2a23280a529 100644 (file)
@@ -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}',