docs: Remove out of date links to pserver.samba.org and old tarballs
authorAndrew Bartlett <abartlet@samba.org>
Sat, 15 Sep 2012 05:29:05 +0000 (22:29 -0700)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 17 Sep 2012 20:06:14 +0000 (22:06 +0200)
docs-xml/Samba3-HOWTO/TOSHARG-Compiling.xml

index d7d3e557745c885da137d73f8891f7cdb043ccf4..bf0123483f24040301d3631324b4f3858baea1b3 100644 (file)
@@ -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>