summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-12-30 20:40:11 +0100
committerAndrew Tridgell <tridge@samba.org>2009-12-31 17:33:27 +1100
commit9e5ef916d41ee5f27616d18e431a9943310d3db6 (patch)
treedc08a6ad97a53adf74c12b1ed3e9614177f21b79 /source4/script
parent73594c248f35a6ebbe391cc46b717aff14d393be (diff)
downloadsamba-9e5ef916d41ee5f27616d18e431a9943310d3db6.tar.gz
samba-9e5ef916d41ee5f27616d18e431a9943310d3db6.tar.bz2
samba-9e5ef916d41ee5f27616d18e431a9943310d3db6.zip
net: Move 'newuser' to 'net newuser'
Signed-off-by: Andrew Tridgell <tridge@samba.org>
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 b0e575448b..15fc64544c 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 enableaccount newuser provision
+for p in provision
do
cp setup/$p $SBINDIR || exit 1
chmod a+x $SBINDIR/$p