s4-dns: install samba_spnupdate
authorAndrew Tridgell <tridge@samba.org>
Tue, 27 Apr 2010 08:38:25 +0000 (18:38 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 27 Apr 2010 09:27:19 +0000 (19:27 +1000)
source4/script/installmisc.sh
source4/scripting/wscript_build

index d8fd156b2c641dde04ad97451e5ec4a075c69f88..f9ac07341b678508cb6d47d6ed809e95719a5245 100755 (executable)
@@ -57,7 +57,7 @@ do
 done
 
 echo "Installing sbin scripts from scripting/bin/*"
-for p in upgradeprovision samba_dnsupdate
+for p in upgradeprovision samba_dnsupdate samba_spnupdate
 do
        cp scripting/bin/$p $SBINDIR || exit 1
        chmod a+x $SBINDIR/$p
index 5911364ce30ee4ba7c2f35934e5492857b70c274..834e80bb2c9b2ddac4fa7aa5a4d114461948be6e 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 O755 = 493
-bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate',
+bld.INSTALL_FILES('${SBINDIR}','bin/upgradeprovision bin/samba_dnsupdate bin/samba_spnupdate',
                   chmod=O755, python_fixup=True, flat=True)