summaryrefslogtreecommitdiff
path: root/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-05-17 09:27:28 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:46:35 -0500
commit0d38339f541c530f39b79300ed3b4afa21507932 (patch)
tree975f9ff4a4e8e0ff3ba80be2b1a7388ea8a17c24 /docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml
parent40d529fc907cd3959bc9844d24df4401d5828967 (diff)
downloadsamba-0d38339f541c530f39b79300ed3b4afa21507932.tar.gz
samba-0d38339f541c530f39b79300ed3b4afa21507932.tar.bz2
samba-0d38339f541c530f39b79300ed3b4afa21507932.zip
Final progress update.
(This used to be commit 024161477fca9629d8a0121ad49cfdcc5bc2cb3b)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml')
-rw-r--r--docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml b/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml
index 9fbadfb661..8b6a82df81 100644
--- a/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml
+++ b/docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml
@@ -184,7 +184,7 @@ 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.0.tar.asc</userinput>
+&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>
</screen></para>
@@ -204,8 +204,8 @@ and verify the Samba source code integrity with:
</para>
<screen>
-&prompt;<userinput>gzip -d samba-3.0.0.tar.gz</userinput>
-&prompt;<userinput>gpg --verify samba-3.0.0.tar.asc</userinput>
+&prompt;<userinput>gzip -d samba-3.0.20.tar.gz</userinput>
+&prompt;<userinput>gpg --verify samba-3.0.20.tar.asc</userinput>
</screen>
<para>
@@ -233,7 +233,7 @@ example of what you would not want to see would be:
tool kit. Where the necessary version of autoconf is present,
the configure script can be generated by executing the following:
<screen>
-&rootprompt; cd samba-3.0.0
+&rootprompt; cd samba-3.0.20
&rootprompt; ./autogen.sh
</screen>
</para>