diff options
author | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-28 23:18:25 -0500 |
---|---|---|
committer | Andrew Kroeger <andrew@sprocks.gotdns.com> | 2008-03-28 23:18:25 -0500 |
commit | f602fa019b62fb51d6a546b5af1835ec8be4cea5 (patch) | |
tree | 176655229c4b824fb3ef870e9a49616a352f3553 | |
parent | 0ea02e8126d3984da53da2d8f1557556f7c7ff1e (diff) | |
download | samba-f602fa019b62fb51d6a546b5af1835ec8be4cea5.tar.gz samba-f602fa019b62fb51d6a546b5af1835ec8be4cea5.tar.bz2 samba-f602fa019b62fb51d6a546b5af1835ec8be4cea5.zip |
howto: Clarify differences when working from a tarball instead of Git.
(This used to be commit 11cbefe307a5d7b25dc72886a0666e2523c47488)
-rw-r--r-- | howto.txt | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -16,6 +16,13 @@ aimed at production use of Samba4. Step 1: download Samba4 ----------------------- +If you have downloaded the Samba4 code via a tarball released from the +samba.org website, Step 1 has already been completed for you. For testing +with the version released in the tarball, you may continue on to Step 2. Note +that the references below to the top-level directory named "samba4" will +instead be based on the name of the tarball downloaded (e.g. +"samba-4.0.0alpha3" for the tarball samba-4.0.0alpha3.tar.gz). + There are 2 methods of doing this: method 1: "rsync -avz samba.org::ftp/unpacked/samba_4_0_test/ samba4" |