diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-12-30 20:00:12 +0100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-12-31 17:33:24 +1100 |
commit | 345b25d059db27f96b00143f7617919233a78ba4 (patch) | |
tree | 886a6560ed101758330d46eea8b3a7462a08179e /source4/script | |
parent | b531696a5b878beef9d0177eeb4939160d1a602e (diff) | |
download | samba-345b25d059db27f96b00143f7617919233a78ba4.tar.gz samba-345b25d059db27f96b00143f7617919233a78ba4.tar.bz2 samba-345b25d059db27f96b00143f7617919233a78ba4.zip |
net: Move setexpiry to 'net setexpiry'
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/installmisc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh index 1617ff7948..b0e575448b 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 setexpiry setpassword +for p in enableaccount newuser provision do cp setup/$p $SBINDIR || exit 1 chmod a+x $SBINDIR/$p |