summaryrefslogtreecommitdiff
path: root/docs-xml/Samba3-HOWTO
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-09-14 22:29:05 -0700
committerAndrew Bartlett <abartlet@samba.org>2012-09-17 22:06:14 +0200
commitf99574905d66da771b6d37ef580165ca800ba70f (patch)
treecfdf92396cd7db04584a631d801a67abdd0a17e0 /docs-xml/Samba3-HOWTO
parent0d73ce12e751192ef6e3a8acdcf136a5a60c9439 (diff)
downloadsamba-f99574905d66da771b6d37ef580165ca800ba70f.tar.gz
samba-f99574905d66da771b6d37ef580165ca800ba70f.tar.bz2
samba-f99574905d66da771b6d37ef580165ca800ba70f.zip
docs: Remove out of date links to pserver.samba.org and old tarballs
Diffstat (limited to 'docs-xml/Samba3-HOWTO')
-rw-r--r--docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
index d7d3e55774..bf0123483f 100644
--- a/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
+++ b/docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml
@@ -49,9 +49,9 @@ Git for Samba Development page</ulink> in the Samba wiki.
<indexterm><primary>rsync</primary></indexterm>
<indexterm><primary>ftp</primary></indexterm>
<parameter>pserver.samba.org</parameter> also exports unpacked copies of most parts of the Subversion tree
- at the Samba <ulink noescape="1" url="ftp://pserver.samba.org/pub/unpacked">pserver</ulink> location and also
+ at the Samba <ulink noescape="1" url="ftp://samba.org/pub/unpacked">unpacked</ulink> location and also
via anonymous rsync at the Samba <ulink noescape="1"
- url="rsync://pserver.samba.org/ftp/unpacked/">rsync</ulink> server location. I recommend using rsync rather
+ url="rsync://samba.org/ftp/unpacked/">rsync</ulink> server location. I recommend using rsync rather
than ftp, because rsync is capable of compressing data streams, but it is also more useful than FTP because
during a partial update it will transfer only the data that is missing plus a small overhead. See <ulink
noescape="1" url="http://rsync.samba.org/">the rsync home page</ulink> for more info on rsync.
@@ -82,8 +82,9 @@ With that said, go ahead and download the following files:
</para>
<para><screen>
-&prompt;<userinput>wget http://us1.samba.org/samba/ftp/samba-3.0.20.tar.asc</userinput>
-&prompt;<userinput>wget http://us1.samba.org/samba/ftp/samba-pubkey.asc</userinput>
+&prompt;<userinput>wget http://samba.org/samba/ftp/samba-latest.tar.asc</userinput>
+&prompt;<userinput>wget http://samba.org/samba/ftp/samba-latest.tar.gz</userinput>
+&prompt;<userinput>wget http://samba.org/samba/ftp/samba-pubkey.asc</userinput>
</screen></para>
@@ -96,8 +97,8 @@ PGP key itself. Import the public PGP key with:
</screen>
and verify the Samba source code integrity with:
<screen>
-&prompt;<userinput>gzip -d samba-3.0.20.tar.gz</userinput>
-&prompt;<userinput>gpg --verify samba-3.0.20.tar.asc</userinput>
+&prompt;<userinput>gzip -d samba-latest.tar.gz</userinput>
+&prompt;<userinput>gpg --verify samba-latest.tar.asc</userinput>
</screen>
</para>