diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-18 01:51:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:55 -0500 |
commit | f96b8c5391c92491dd11167a041087e1bd56440b (patch) | |
tree | 4ffa7dbae70e2ae5447d5ed549fc1eca4be4a6c7 /source4/lib/talloc/web/index.html | |
parent | e84ee4a6fd3bb1cc0b92de89f4568e0865ccac0a (diff) | |
download | samba-f96b8c5391c92491dd11167a041087e1bd56440b.tar.gz samba-f96b8c5391c92491dd11167a041087e1bd56440b.tar.bz2 samba-f96b8c5391c92491dd11167a041087e1bd56440b.zip |
r18601: updated web page for new talloc build method
(This used to be commit fbd8028080108cd920ee0a65bdb10de2eb419cde)
Diffstat (limited to 'source4/lib/talloc/web/index.html')
-rw-r--r-- | source4/lib/talloc/web/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/talloc/web/index.html b/source4/lib/talloc/web/index.html index 2a6c2d0768..106920e8a5 100644 --- a/source4/lib/talloc/web/index.html +++ b/source4/lib/talloc/web/index.html @@ -29,12 +29,14 @@ svn. To fetch via svn use the following command: <pre> svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/talloc talloc + svn co svn://svnanon.samba.org/samba/branches/SAMBA_4_0/source/lib/replace libreplace </pre> 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 . </pre> <hr> |