From b9f4febd405c9ed8c5386cedeb3190aa395b41c4 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Tue, 6 Dec 2011 12:01:42 +1100 Subject: dlz_bind9: Add command line options for URL and debug To specify debug level, use -d in named.conf. To specify sam db, use -H 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. --- source4/dns_server/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dns_server/wscript_build') 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') -- cgit