lib/param: Remove special handling for 'state dir' and 'cache dir'
authorAndrew Bartlett <abartlet@samba.org>
Wed, 15 Jan 2014 02:59:54 +0000 (15:59 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 12 Feb 2014 00:17:13 +0000 (13:17 +1300)
commit4ea7318e562f21eaf913555b5e85dc556305346f
tree2a3d0785154d3d70ef2e5cfde02630117a1750c3
parent86850860f871700da02000f5b7af374563134344
lib/param: Remove special handling for 'state dir' and 'cache dir'

The build system gives these two parameters different defaults
(compared with lock dir) in both the --enable-fhs and default mode, so
the logic to use lock dir no longer applies unless the build has been
very specially constructed.

Therefore, remove the special case handling and make these normal
parameters again.

Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
docs-xml/smbdotconf/misc/cachedirectory.xml
docs-xml/smbdotconf/misc/statedirectory.xml
lib/param/loadparm.c
lib/param/param_table.c
lib/param/util.c
source3/include/proto.h
source3/lib/util.c
source3/param/loadparm.c
source3/utils/testparm.c