summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-11-24 22:24:00 +0100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2009-11-24 22:24:00 +0100
commita6e8e87c5532687c858d12c2628ecee70729bc71 (patch)
tree40474d71fa39601b65024d5d471662a69feea5d0 /source4/script
parentf299c19aa8bb731c66c14b7c061d1fc82cc199d0 (diff)
downloadsamba-a6e8e87c5532687c858d12c2628ecee70729bc71.tar.gz
samba-a6e8e87c5532687c858d12c2628ecee70729bc71.tar.bz2
samba-a6e8e87c5532687c858d12c2628ecee70729bc71.zip
s4:installmisc - install also the new "domainlevel" tool from the setup dir
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 8e3f723ebb..d0376b3f5d 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -12,7 +12,7 @@ mkdir -p $SETUPDIR/ad-schema || exit 1
mkdir -p $SETUPDIR/display-specifiers || exit1
cp setup/ad-schema/*.txt $SETUPDIR/ad-schema || exit 1
cp setup/display-specifiers/*.txt $SETUPDIR/display-specifiers || exit 1
-for p in enableaccount newuser provision setexpiry setpassword pwsettings
+for p in domainlevel enableaccount newuser provision setexpiry setpassword pwsettings
do
chmod a+x setup/$p
cp setup/$p $SETUPDIR || exit 1