summaryrefslogtreecommitdiff
path: root/source4/dns_server/wscript_build
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2011-12-06 12:01:42 +1100
committerAmitay Isaacs <amitay@gmail.com>2011-12-07 10:43:52 +1100
commitb9f4febd405c9ed8c5386cedeb3190aa395b41c4 (patch)
tree956e5d345036ed182080548496d978bc031edd14 /source4/dns_server/wscript_build
parentde9a4ca831a0928044d7a2bc6d9801d92e23e5d9 (diff)
downloadsamba-b9f4febd405c9ed8c5386cedeb3190aa395b41c4.tar.gz
samba-b9f4febd405c9ed8c5386cedeb3190aa395b41c4.tar.bz2
samba-b9f4febd405c9ed8c5386cedeb3190aa395b41c4.zip
dlz_bind9: Add command line options for URL and debug
To specify debug level, use -d <level> in named.conf. To specify sam db, use -H <path/to/sam.ldb> in named.conf. The default log level is set to 0. The log level specified in smb.conf is not used. To set log level, use -d option.
Diffstat (limited to 'source4/dns_server/wscript_build')
-rw-r--r--source4/dns_server/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dns_server/wscript_build b/source4/dns_server/wscript_build
index 8c5bb9cca8..04c8188b37 100644
--- a/source4/dns_server/wscript_build
+++ b/source4/dns_server/wscript_build
@@ -16,4 +16,4 @@ bld.SAMBA_LIBRARY('dlz_bind9',
link_name='modules/bind9/dlz_bind9.so',
realname='dlz_bind9.so',
install_path='${MODULESDIR}/bind9',
- deps='samba-hostconfig samdb gensec')
+ deps='samba-hostconfig samdb gensec popt')