summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-12-28 20:37:48 +0100
committerJelmer Vernooij <jelmer@ganieda.vernstok.nl>2009-12-29 16:26:20 +0100
commit433f58f5a7490ba470dddc55e37325bb73cdba5c (patch)
tree3a0f667eaf519bed3a4f18fce6dfcf1d6c5b9fd8 /source4/script
parente60a40e287a1febdab98cc6cf81a80a8cb6bcfb2 (diff)
downloadsamba-433f58f5a7490ba470dddc55e37325bb73cdba5c.tar.gz
s4/net: Pass all arguments through to the Python commands.
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 31ca7e645de..1617ff79488 100755
--- a/source4/script/installmisc.sh
+++ b/source4/script/installmisc.sh
@@ -49,7 +49,7 @@ cp setup/ad-schema/*.txt $SETUPDIR/ad-schema || exit 1
cp setup/display-specifiers/*.txt $SETUPDIR/display-specifiers || exit 1
echo "Installing sbin scripts from setup/*"
-for p in domainlevel enableaccount newuser provision setexpiry setpassword
+for p in enableaccount newuser provision setexpiry setpassword
do
cp setup/$p $SBINDIR || exit 1
chmod a+x $SBINDIR/$p