diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-01-15 15:59:54 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-02-12 13:17:13 +1300 |
commit | 4ea7318e562f21eaf913555b5e85dc556305346f (patch) | |
tree | 2a3d0785154d3d70ef2e5cfde02630117a1750c3 /docs-xml/smbdotconf/misc | |
parent | 86850860f871700da02000f5b7af374563134344 (diff) | |
download | samba-4ea7318e562f21eaf913555b5e85dc556305346f.tar.gz |
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>
Diffstat (limited to 'docs-xml/smbdotconf/misc')
-rw-r--r-- | docs-xml/smbdotconf/misc/cachedirectory.xml | 2 | ||||
-rw-r--r-- | docs-xml/smbdotconf/misc/statedirectory.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/misc/cachedirectory.xml b/docs-xml/smbdotconf/misc/cachedirectory.xml index 03f4c622c62..e72d852db9b 100644 --- a/docs-xml/smbdotconf/misc/cachedirectory.xml +++ b/docs-xml/smbdotconf/misc/cachedirectory.xml @@ -2,7 +2,7 @@ context="G" advanced="1" developer="1" type="string" - generated_function="0" + constant="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>Usually, most of the TDB files are stored in the <parameter diff --git a/docs-xml/smbdotconf/misc/statedirectory.xml b/docs-xml/smbdotconf/misc/statedirectory.xml index 029797ea022..1079868678a 100644 --- a/docs-xml/smbdotconf/misc/statedirectory.xml +++ b/docs-xml/smbdotconf/misc/statedirectory.xml @@ -2,7 +2,7 @@ context="G" advanced="1" developer="1" type="string" - generated_function="0" + constant="1" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>Usually, most of the TDB files are stored in the |