svn commit: samba r18602 - in branches/SAMBA_4_0/source/lib/ldb/web: .

tridge at samba.org tridge at samba.org
Mon Sep 18 01:54:13 GMT 2006


Author: tridge
Date: 2006-09-18 01:54:12 +0000 (Mon, 18 Sep 2006)
New Revision: 18602

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

Log:

updated web page for new ldb build method

Modified:
   branches/SAMBA_4_0/source/lib/ldb/web/index.html


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/web/index.html
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/web/index.html	2006-09-18 01:51:57 UTC (rev 18601)
+++ branches/SAMBA_4_0/source/lib/ldb/web/index.html	2006-09-18 01:54:12 UTC (rev 18602)
@@ -64,16 +64,21 @@
   svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/ldb ldb
   svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/tdb tdb
   svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/talloc talloc
+  svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/replace libreplace
 </pre>
 
 To fetch via rsync use these commands:
 
 <pre>
-  rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/ldb .
-  rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/tdb .
-  rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/talloc .
+  rsync -Pavz samba.org::ftp/unpacked/ldb .
+  rsync -Pavz samba.org::ftp/unpacked/tdb .
+  rsync -Pavz samba.org::ftp/unpacked/talloc .
+  rsync -Pavz samba.org::ftp/unpacked/libreplace .
 </pre>
 
+and build in ldb. It will find the other libraries in the directory
+above automatically.
+
 <hr>
 <tiny>
 <a href="http://samba.org/~tridge/">Andrew Tridgell</a><br>



More information about the samba-cvs mailing list