summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-04-26 04:19:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:19 -0500
commit62a9924781d9d45de87796f531e63594613c86f1 (patch)
tree9822602cf076e93c9d50c9ff8c68b4dcfe8f7755
parent35a2368b5a4662d08d66f2e5a2bf83fa6d1975a3 (diff)
downloadsamba-62a9924781d9d45de87796f531e63594613c86f1.tar.gz
samba-62a9924781d9d45de87796f531e63594613c86f1.tar.bz2
samba-62a9924781d9d45de87796f531e63594613c86f1.zip
r6481: change download instructions to include tdb and talloc
(This used to be commit ebe7071b2e93db93d7963211fce6ef02bc9e978e)
-rw-r--r--source4/lib/ldb/web/index.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/lib/ldb/web/index.html b/source4/lib/ldb/web/index.html
index 4097aa25e4..02da4bf1d3 100644
--- a/source4/lib/ldb/web/index.html
+++ b/source4/lib/ldb/web/index.html
@@ -58,16 +58,20 @@ bugzilla</a> bug tracking system.
<h2>Download</h2>
You can download the latest release either via rsync or anonymous
-svn. To fetch via svn use the following command:
+svn. To fetch via svn use the following commands:
<pre>
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
</pre>
-To fetch via rsync use this command:
+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 .
</pre>
<hr>