svn commit: samba r25056 - in branches/SAMBA_4_0: . source/script

jelmer at samba.org jelmer at samba.org
Mon Sep 10 15:06:08 GMT 2007


Author: jelmer
Date: 2007-09-10 15:06:05 +0000 (Mon, 10 Sep 2007)
New Revision: 25056

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=25056

Log:
Install some extra files. Patch from Stefan Gohmann
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-09-10 10:56:07 UTC (rev 25055)
+++ branches/SAMBA_4_0/source/script/installmisc.sh	2007-09-10 15:06:05 UTC (rev 25056)
@@ -16,6 +16,10 @@
 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



More information about the samba-cvs mailing list