From: Matthieu Patou Date: Fri, 15 Oct 2010 06:16:46 +0000 (+0400) Subject: s4 param: change messaging directory name from messaging to msg X-Git-Tag: samba-4.0.0alpha14~2041 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=666e0c3cce32c259dfaaf03383fac58940994dbc;p=samba.git s4 param: change messaging directory name from messaging to msg This saves 6 chars and as in some installation users tends to install samba in directory with very long name they have a problem with the sockets. It will also ease the pain on buildfarms as we tend to have very long environnement name (ie. vampire_dc) in path that are already quite long leading also to errors on unix socket manipulation. Autobuild-User: Matthieu Patou Autobuild-Date: Fri Oct 15 08:15:56 UTC 2010 on sn-devel-104 --- diff --git a/source4/param/util.c b/source4/param/util.c index dd1d3193f34..69538579c81 100644 --- a/source4/param/util.c +++ b/source4/param/util.c @@ -296,7 +296,7 @@ init_module_fn *load_samba_modules(TALLOC_CTX *mem_ctx, struct loadparm_context const char *lpcfg_messaging_path(TALLOC_CTX *mem_ctx, struct loadparm_context *lp_ctx) { - return smbd_tmp_path(mem_ctx, lp_ctx, "messaging"); + return smbd_tmp_path(mem_ctx, lp_ctx, "msg"); } struct smb_iconv_convenience *smb_iconv_convenience_reinit_lp(TALLOC_CTX *mem_ctx,