summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-17 22:57:04 +0100
committerStefan Metzmacher <metze@samba.org>2008-09-14 19:03:46 +0200
commita891494d9373a1ecda1ad67c3c6b96cf6d37ea47 (patch)
tree00775339f3cfb04951bc9fe02b7559a9f1ae5b7d
parent5e5528ff964cd829a8cf8e508983e1a1eda01c32 (diff)
downloadsamba-a891494d9373a1ecda1ad67c3c6b96cf6d37ea47.tar.gz
Fix paths for talloc into unpacked directory (rsync commands).
Michael (cherry picked from commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88)
-rw-r--r--source/lib/talloc/web/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/talloc/web/index.html b/source/lib/talloc/web/index.html
index e53e8960a86..90f6577b2d5 100644
--- a/source/lib/talloc/web/index.html
+++ b/source/lib/talloc/web/index.html
@@ -35,8 +35,8 @@ svn. To fetch via svn use the following command:
To fetch via rsync use this command:
<pre>
- rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/talloc .
- rsync -Pavz samba.org::ftp/unpacked/samba4/source/lib/libreplace .
+ rsync -Pavz samba.org::ftp/unpacked/samba_4_0_test/source/lib/talloc .
+ rsync -Pavz samba.org::ftp/unpacked/samba_4_0_test/source/lib/libreplace .
</pre>
<hr>