From d85b6edf8cdfd953ce96a50466595384db4c698b Mon Sep 17 00:00:00 2001 From: Dave Craft Date: Thu, 3 Nov 2011 12:39:53 -0500 Subject: samba_kcc addtion Scaffolding and initial implementations of portions of the KCC in python. This code currently properly computes the graph nodes for the intrasite topology as well as enumerating all steps for a full run of the KCC. Signed-off-by: Andrew Tridgell --- source4/scripting/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/wscript_build') diff --git a/source4/scripting/wscript_build b/source4/scripting/wscript_build index 90f1f2f0214..8029187fffa 100644 --- a/source4/scripting/wscript_build +++ b/source4/scripting/wscript_build @@ -2,7 +2,7 @@ from samba_utils import MODE_755 -bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/samba-tool', +bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate bin/samba-tool bin/samba_kcc', chmod=MODE_755, python_fixup=True, flat=True) bld.RECURSE('bin') -- cgit v1.2.1