diff options
author | Matthieu Patou <mat@matws.net> | 2010-10-15 10:16:46 +0400 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2010-10-15 08:15:56 +0000 |
commit | 666e0c3cce32c259dfaaf03383fac58940994dbc (patch) | |
tree | acbd38479dab9cc134f5388bb46e7f8a8354ebef /source4/param | |
parent | 34f12d541b0bb2e7d931968b2079dfb7ba84d692 (diff) | |
download | samba-666e0c3cce32c259dfaaf03383fac58940994dbc.tar.gz samba-666e0c3cce32c259dfaaf03383fac58940994dbc.tar.bz2 samba-666e0c3cce32c259dfaaf03383fac58940994dbc.zip |
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 <mat@samba.org>
Autobuild-Date: Fri Oct 15 08:15:56 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/util.c b/source4/param/util.c index dd1d3193f3..69538579c8 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, |