dns: install samba_dnsupdate
authorAndrew Tridgell <tridge@samba.org>
Thu, 25 Feb 2010 04:13:45 +0000 (15:13 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 26 Feb 2010 02:59:16 +0000 (13:59 +1100)
source4/script/installmisc.sh

index da979ea1c8b39f53d773556d32216036d4988914..5c7c6480ae2776bc65df2a6d82ed755e4b8fa97f 100755 (executable)
@@ -57,7 +57,7 @@ do
 done
 
 echo "Installing sbin scripts from scripting/bin/*"
-for p in upgradeprovision
+for p in upgradeprovision samba_dnsupdate
 do
        cp scripting/bin/$p $SBINDIR || exit 1
        chmod a+x $SBINDIR/$p