1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-04 00:23:49 +03:00

r25056: Install some extra files. Patch from Stefan Gohmann

This commit is contained in:
Jelmer Vernooij
2007-09-10 15:06:05 +00:00
committed by Gerald (Jerry) Carter
parent 080bfd5819
commit 1b13c91375

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