Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c
authorSteven Danneman <steven.danneman@isilon.com>
Thu, 8 Jan 2009 19:18:13 +0000 (11:18 -0800)
committerMichael Adam <obnox@samba.org>
Mon, 12 Jan 2009 11:16:03 +0000 (12:16 +0100)
commit19a05bf2f485023b11b41dfae3f6459847d55ef7
tree74b17e9f203dd81926a09876dc78e7cae3e799f6
parentffb53c35748154081c1587b5f167721e32ff10f2
Make STATEDIR and CACHEDIR configurable through ./configure and loadparm.c

If they are not explicitely set in either place both will default to LOCKDIR.

Signed-off-by: Michael Adam <obnox@samba.org>
source3/Makefile.in
source3/dynconfig.c
source3/include/dynconfig.h
source3/include/proto.h
source3/lib/popt_common.c
source3/lib/util.c
source3/m4/check_path.m4
source3/param/loadparm.c
source3/script/mkbuildoptions.awk
source3/script/tests/selftest.sh
source3/utils/testparm.c