diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-12-15 22:44:21 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-12-15 22:44:21 +0000 |
commit | 1bac4b8f171d055948c13cca9a1d845c34fb8c42 (patch) | |
tree | c21e7b41aeb1cec6eb75ed7811bbbf17cf2c6644 | |
parent | 788676013b56f782225f93ac7041691ed3424645 (diff) |
Changed http entity to temporary download location.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2236 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | appendixa/gcc-down.xml | 2 | ||||
-rw-r--r-- | appendixa/procps-down.xml | 2 | ||||
-rw-r--r-- | chapter04/gcc-patch.xml | 2 | ||||
-rw-r--r-- | chapter04/procps-patch.xml | 2 | ||||
-rw-r--r-- | index.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/appendixa/gcc-down.xml b/appendixa/gcc-down.xml index 24c05cf4c..dcef4628b 100644 --- a/appendixa/gcc-down.xml +++ b/appendixa/gcc-down.xml @@ -5,5 +5,5 @@ <ulink url="ftp://ftp.gnu.org/pub/gnu/gcc/"/> GCC nofixincludes Patch (&gcc-version;): -<ulink url="http://downloads.linuxfromscratch.org/"/></literallayout></para> +<ulink url="&http;"/></literallayout></para> </sect2> diff --git a/appendixa/procps-down.xml b/appendixa/procps-down.xml index 4a37a3495..230fbad02 100644 --- a/appendixa/procps-down.xml +++ b/appendixa/procps-down.xml @@ -5,5 +5,5 @@ <ulink url="http://procps.sourceforge.net/"/> Procps Patch (&procps-patch-version;): -<ulink url="http://downloads.linuxfromscratch.org/"/></literallayout></para> +<ulink url="&http;"/></literallayout></para> </sect2> diff --git a/chapter04/gcc-patch.xml b/chapter04/gcc-patch.xml index 74f4bf971..5aff7ac1e 100644 --- a/chapter04/gcc-patch.xml +++ b/chapter04/gcc-patch.xml @@ -1,2 +1,2 @@ GCC nofixincludes Patch (&gcc-version;) - 1 KB: -<ulink url="http://downloads.linuxfromscratch.org/gcc-&gcc-version;-nofixincludes-2.patch"/> +<ulink url="&http;"/> diff --git a/chapter04/procps-patch.xml b/chapter04/procps-patch.xml index fbb2d5365..db38e7012 100644 --- a/chapter04/procps-patch.xml +++ b/chapter04/procps-patch.xml @@ -1,2 +1,2 @@ Procps Patch (&procps-patch-version;) - &procps-patch-size;: -<ulink url="http://downloads.linuxfromscratch.org/procps-&procps-patch-version;.patch"/> +<ulink url="&http;"/> @@ -10,7 +10,7 @@ <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org"> <!ENTITY http-root "http://ftp.linuxfromscratch.org"> <!ENTITY ftp "ftp://ftp.linuxfromscratch.org/lfs-packages/cvs"> -<!ENTITY http "http://ftp.linuxfromscratch.org/lfs-packages/cvs"> +<!ENTITY http "http://downloads.linuxfromscratch.org"> <!ENTITY hints-root "http://hints.linuxfromscratch.org/hints/"> <!ENTITY hints-index "http://hints.linuxfromscratch.org/hints.shtml"> <!ENTITY blfs-root "http://beyond.linuxfromscratch.org/"> |