1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r25056: Install some extra files. Patch from Stefan Gohmann

(This used to be commit 1b13c91375)
This commit is contained in:
Jelmer Vernooij 2007-09-10 15:06:05 +00:00 committed by Gerald (Jerry) Carter
parent f14ea12ada
commit a43dd8b956

View File

@ -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