summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-12 13:04:08 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-12 14:58:34 +0200
commitc0eb56d1599fee0f0f5cf757b5381f56e04b74c1 (patch)
treec5e8dab9b820a775c3463075c7142802f4c677e9 /source4/smbd
parent8a234cbe1589439497608d35f35768c6841750c9 (diff)
downloadsamba-c0eb56d1599fee0f0f5cf757b5381f56e04b74c1.tar.gz
samba-c0eb56d1599fee0f0f5cf757b5381f56e04b74c1.tar.bz2
samba-c0eb56d1599fee0f0f5cf757b5381f56e04b74c1.zip
s4:param: add "state dir" and "cache dir" options
metze
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/server.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/smbd/server.c b/source4/smbd/server.c
index 1be3b2885f..b0f683ba93 100644
--- a/source4/smbd/server.c
+++ b/source4/smbd/server.c
@@ -252,6 +252,8 @@ static void show_build(void)
CONFIG_OPTION(DATADIR),
CONFIG_OPTION(MODULESDIR),
CONFIG_OPTION(LOCKDIR),
+ CONFIG_OPTION(STATEDIR),
+ CONFIG_OPTION(CACHEDIR),
CONFIG_OPTION(PIDDIR),
CONFIG_OPTION(PRIVATE_DIR),
CONFIG_OPTION(SWATDIR),