summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-01-08 13:35:34 +1300
committerStefan Metzmacher <metze@samba.org>2014-02-12 16:42:14 +0100
commite02c94d13bab4fb4ad791b7c0dedd963c33804cb (patch)
tree2217be1665c29bf1f71365faffb148993c05070d /source3/smbd/server.c
parent276b233c0090d51b59dbe06ae66a14ee09cbb4c2 (diff)
downloadsamba-e02c94d13bab4fb4ad791b7c0dedd963c33804cb.tar.gz
samba-e02c94d13bab4fb4ad791b7c0dedd963c33804cb.tar.xz
samba-e02c94d13bab4fb4ad791b7c0dedd963c33804cb.zip
cmdline: Remove dynconfig hooks in command line processing
This removes the ability to set paths like the sbindir, bindir, and changes the tool for setting lockdir statedir etc to be via --option="lock dir=/var/lock". These were originally added by commit 90a6873b0570f2691ba8d8fd11154c856bdd4415 by James Peach <jpeach@samba.org> The important use case, qemu, does not use these options, but specifies these directories via an smb.conf. They are being removed to remove a layer from the loadparm system, now that options can be specified from the command line. It will also make it easier to generate the affected parameters from the XML documentation if this layer of indirection is removed. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Feb 12 16:42:14 CET 2014 on sn-devel-104
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 412c9aab09..61ea17c825 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -1071,7 +1071,6 @@ extern void build_options(bool screen);
{"port", 'p', POPT_ARG_STRING, &ports, 0, "Listen on the specified ports"},
{"profiling-level", 'P', POPT_ARG_STRING, &profile_level, 0, "Set profiling level","PROFILE_LEVEL"},
POPT_COMMON_SAMBA
- POPT_COMMON_DYNCONFIG
POPT_TABLEEND
};
struct smbd_parent_context *parent = NULL;