From 441015d028be8bdd250736d0a34d113f30b4404f Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sun, 17 Feb 2008 22:57:04 +0100 Subject: [PATCH] Fix paths for talloc into unpacked directory (rsync commands). Michael (cherry picked from commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88) (cherry picked from commit a891494d9373a1ecda1ad67c3c6b96cf6d37ea47) (cherry picked from commit 829d72a13adfa238b818d3061eba81af4ed03752) --- source/lib/talloc/web/index.html | 4 ++-- 1 file 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:
-  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 .
 

-- 2.11.4.GIT