diff options
author | Michael Adam <obnox@samba.org> | 2008-02-17 22:57:04 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-14 19:03:46 +0200 |
commit | 5806d2694defb763a34f32508a940508ae052268 (patch) | |
tree | ad55e52ecdd703215210b9e33b86feb469e52d9f /source3/lib/talloc | |
parent | be9363deed54f353e3354bba7d80d1e591dd1ebf (diff) | |
download | samba-5806d2694defb763a34f32508a940508ae052268.tar.gz samba-5806d2694defb763a34f32508a940508ae052268.tar.bz2 samba-5806d2694defb763a34f32508a940508ae052268.zip |
Fix paths for talloc into unpacked directory (rsync commands).
Michael
(cherry picked from commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88)
(This used to be commit a891494d9373a1ecda1ad67c3c6b96cf6d37ea47)
Diffstat (limited to 'source3/lib/talloc')
-rw-r--r-- | source3/lib/talloc/web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/lib/talloc/web/index.html b/source3/lib/talloc/web/index.html index e53e8960a8..90f6577b2d 100644 --- a/source3/lib/talloc/web/index.html +++ b/source3/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> |