diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-10 15:06:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:23 -0500 |
commit | a43dd8b956790985b8541011d41ce21bb76f1c1b (patch) | |
tree | b2e4486c18f810b3b10c589b6f926ea8df35d1d9 /source4/script | |
parent | f14ea12adaabcdd6657ba9376f3e689c72fd1cc7 (diff) | |
download | samba-a43dd8b956790985b8541011d41ce21bb76f1c1b.tar.gz samba-a43dd8b956790985b8541011d41ce21bb76f1c1b.tar.bz2 samba-a43dd8b956790985b8541011d41ce21bb76f1c1b.zip |
r25056: Install some extra files. Patch from Stefan Gohmann
(This used to be commit 1b13c91375682011e1951c008b83a0780ec20d38)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/installmisc.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh index 1555fa21d2..d0216aca73 100755 --- a/source4/script/installmisc.sh +++ b/source4/script/installmisc.sh @@ -16,6 +16,10 @@ echo "Installing setup templates" mkdir -p $SETUPDIR || exit 1 cp setup/schema-map-* $SETUPDIR || exit 1 cp setup/DB_CONFIG $SETUPDIR || exit 1 +cp setup/upgrade $SETUPDIR || exit 1 +cp setup/provision-backend $SETUPDIR || exit 1 +cp setup/provision $SETUPDIR || exit 1 +cp setup/newuser $SETUPDIR || exit 1 cp setup/*.inf $SETUPDIR || exit 1 cp setup/*.ldif $SETUPDIR || exit 1 cp setup/*.reg $SETUPDIR || exit 1 |