summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-27 18:38:25 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-27 19:27:19 +1000
commitb5b8e6b6adc0abcb833c034f8dc33f338dd6b815 (patch)
tree865f51e59cf51f9924a6c62988970925ba385e81 /source4/script
parentff2edd52cba6e99763be5193847900119670ad7e (diff)
downloadsamba-b5b8e6b6adc0abcb833c034f8dc33f338dd6b815.tar.gz
samba-b5b8e6b6adc0abcb833c034f8dc33f338dd6b815.tar.bz2
samba-b5b8e6b6adc0abcb833c034f8dc33f338dd6b815.zip
s4-dns: install samba_spnupdate
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/installmisc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh
index d8fd156b2c..f9ac07341b 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -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