diff options
Diffstat (limited to 'docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/TOSHARG-Compiling.xml | 8 |
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> |