Author: jelmer Date: 2007-08-27 21:19:34 +0000 (Mon, 27 Aug 2007) New Revision: 24724
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24724 Log: Also install the .reg files for provisioning from an installed version. Modified: branches/SAMBA_4_0/ branches/SAMBA_4_0/source/script/installmisc.sh Changeset: Property changes on: branches/SAMBA_4_0 ___________________________________________________________________ Name: bzr:revision-info ...skipped... Name: bzr:revision-id:v3-trunk0 ...skipped... Modified: branches/SAMBA_4_0/source/script/installmisc.sh =================================================================== --- branches/SAMBA_4_0/source/script/installmisc.sh 2007-08-27 21:17:29 UTC (rev 24723) +++ branches/SAMBA_4_0/source/script/installmisc.sh 2007-08-27 21:19:34 UTC (rev 24724) @@ -18,6 +18,7 @@ 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
