From a43dd8b956790985b8541011d41ce21bb76f1c1b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 10 Sep 2007 15:06:05 +0000 Subject: r25056: Install some extra files. Patch from Stefan Gohmann (This used to be commit 1b13c91375682011e1951c008b83a0780ec20d38) --- source4/script/installmisc.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/script/installmisc.sh') diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh index 1555fa21d2e..d0216aca739 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 -- cgit