Created attachment 7009 [details] Patch Doing a standard configure.developer && make && make install, the dlz_bind9.so gets created, but isn't installed. At the same time named.conf.dlz doesn't get installed. Both files are needed if provision --dns-backend=BIND9_DLZ is run from the installed location. The attached patch fixes this.
Created attachment 7024 [details] Fixes wscript_build files to install the two missing files: dlz_bind9.so and named.conf.dlz
I've discussed this patch with Stefan Metzmacher and we both found it okay. For now it is located in my personal "master" branch (http://gitweb.samba.org/samba.git/?p=mdw/samba.git;a=summary) and will land in the main branch as soon as my other patches can definitely be merged.
(In reply to comment #2) > I've discussed this patch with Stefan Metzmacher and we both found it okay. > For now it is located in my personal "master" branch > (http://gitweb.samba.org/samba.git/?p=mdw/samba.git;a=summary) and will land in > the main branch as soon as my other patches can definitely be merged. Thank you! Shall I change the status to resolved now, or will you be doing so when you will push the changes from your repo to the master?
I'm marking this as FIXED since the patch should land in "master" as soon as possible.