From e418a305ac342def970664a224ea5f6c04577c11 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 14 Jun 2011 15:00:32 +1000 Subject: [PATCH 2/2] s3-autconf Move nmbd socket directory to PREFIX/var/nmbd This is consistent with the new ncalrpc socket directory, also added in this release. Andrew Bartlett --- source3/m4/check_path.m4 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/m4/check_path.m4 b/source3/m4/check_path.m4 index f04e6f8..65db076 100644 --- a/source3/m4/check_path.m4 +++ b/source3/m4/check_path.m4 @@ -19,7 +19,7 @@ rootsbindir="\${SBINDIR}" lockdir="\${VARDIR}/locks" piddir="\${VARDIR}/locks" ncalrpcdir="\${VARDIR}/ncalrpc" -nmbdsocketdir="${lockdir}/.nmbd" +nmbdsocketdir="\${VARDIR}/nmbd" test "${mandir}" || mandir="\${prefix}/man" logfilebase="\${VARDIR}" privatedir="\${prefix}/private" @@ -169,7 +169,7 @@ AC_ARG_WITH(ncalrpcdir, ################################################# # set nmbd socket directory location AC_ARG_WITH(nmbdsocketdir, -[AS_HELP_STRING([--with-nmbdsocketdir=DIR], [Where to put the nmbd socket directory (${lockdir}/.nmbd)])], +[AS_HELP_STRING([--with-nmbdsocketdir=DIR], [Where to put the nmbd socket directory ($ac_default_prefix/var/nmbd)])], [ case "$withval" in yes|no) # -- 1.7.5.2