diff options
author | Michael Adam <obnox@samba.org> | 2008-02-17 22:57:04 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-02-19 16:50:13 +0100 |
commit | dd4ffd868b59f12a190af49eadfece34a395b34d (patch) | |
tree | 1856693e2480c5a0bfeaf9548502acf5bf461917 | |
parent | 665a7aafd13aed42a80beaf344dc87f7b753aeea (diff) | |
download | samba-dd4ffd868b59f12a190af49eadfece34a395b34d.tar.gz samba-dd4ffd868b59f12a190af49eadfece34a395b34d.tar.bz2 samba-dd4ffd868b59f12a190af49eadfece34a395b34d.zip |
Fix paths for talloc into unpacked directory (rsync commands).
Michael
(This used to be commit 2839d7f67a0d3ed5b4841bf3c12ce73972636b88)
-rw-r--r-- | source4/lib/talloc/web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/talloc/web/index.html b/source4/lib/talloc/web/index.html index e53e8960a8..90f6577b2d 100644 --- a/source4/lib/talloc/web/index.html +++ b/source4/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> |