diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-08-27 21:19:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:02:56 -0500 |
commit | 1adedd108cfa656644132c426383b3a40c1bc7a0 (patch) | |
tree | 68171a721bb9b448ad6b7618ce45e0f65579c868 | |
parent | fb6adecf06d2a9ebd252cde2dde490e7b538bb0a (diff) | |
download | samba-1adedd108cfa656644132c426383b3a40c1bc7a0.tar.gz samba-1adedd108cfa656644132c426383b3a40c1bc7a0.tar.bz2 samba-1adedd108cfa656644132c426383b3a40c1bc7a0.zip |
r24724: Also install the .reg files for provisioning from an installed version.
(This used to be commit 9553c20ced3945c5ab8392f7239ecdc852a0e81b)
-rwxr-xr-x | source4/script/installmisc.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/script/installmisc.sh b/source4/script/installmisc.sh index 84785312a9..1555fa21d2 100755 --- a/source4/script/installmisc.sh +++ b/source4/script/installmisc.sh @@ -18,6 +18,7 @@ cp setup/schema-map-* $SETUPDIR || exit 1 cp setup/DB_CONFIG $SETUPDIR || exit 1 cp setup/*.inf $SETUPDIR || exit 1 cp setup/*.ldif $SETUPDIR || exit 1 +cp setup/*.reg $SETUPDIR || exit 1 cp setup/*.zone $SETUPDIR || exit 1 cp setup/*.conf $SETUPDIR || exit 1 |