浏览代码

changed links in chap4 to freshmeat links

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 年之前
父节点
当前提交
e306dae2a9
共有 62 个文件被更改,包括 90 次插入144 次删除
  1. 6 0
      chapter01/changelog.xml
  2. 2 2
      chapter03/creatingfs.xml
  3. 2 2
      chapter03/creatingpart.xml
  4. 2 2
      chapter03/introduction.xml
  5. 2 2
      chapter03/mounting.xml
  6. 4 8
      chapter04/all.xml
  7. 1 2
      chapter04/autoconf.xml
  8. 1 2
      chapter04/automake.xml
  9. 1 2
      chapter04/bash.xml
  10. 1 2
      chapter04/bin86.xml
  11. 1 2
      chapter04/binutils.xml
  12. 1 2
      chapter04/bison.xml
  13. 1 2
      chapter04/bzip2.xml
  14. 1 2
      chapter04/diffutils.xml
  15. 1 2
      chapter04/e2fsprogs.xml
  16. 1 2
      chapter04/ed.xml
  17. 1 2
      chapter04/file.xml
  18. 1 2
      chapter04/fileutils.xml
  19. 1 2
      chapter04/findutils.xml
  20. 1 2
      chapter04/flex.xml
  21. 1 2
      chapter04/gawk.xml
  22. 2 4
      chapter04/gcc.xml
  23. 1 2
      chapter04/gettext.xml
  24. 1 2
      chapter04/glibc-threads.xml
  25. 1 2
      chapter04/glibc.xml
  26. 1 2
      chapter04/grep.xml
  27. 1 2
      chapter04/groff.xml
  28. 1 2
      chapter04/gzip.xml
  29. 15 13
      chapter04/introduction.xml
  30. 1 2
      chapter04/kbd.xml
  31. 1 2
      chapter04/kernel.xml
  32. 1 2
      chapter04/less.xml
  33. 1 2
      chapter04/libtool.xml
  34. 1 2
      chapter04/lilo.xml
  35. 1 2
      chapter04/m4.xml
  36. 1 2
      chapter04/make.xml
  37. 1 1
      chapter04/man-patch.xml
  38. 1 2
      chapter04/man.xml
  39. 1 2
      chapter04/manpages.xml
  40. 1 2
      chapter04/modutils.xml
  41. 1 2
      chapter04/ncurses.xml
  42. 1 2
      chapter04/netkitbase.xml
  43. 1 2
      chapter04/nettools.xml
  44. 2 2
      chapter04/packages.xml
  45. 1 2
      chapter04/patch.xml
  46. 1 2
      chapter04/perl.xml
  47. 1 2
      chapter04/procinfo.xml
  48. 1 2
      chapter04/procps.xml
  49. 1 2
      chapter04/psmisc.xml
  50. 1 2
      chapter04/sed.xml
  51. 1 2
      chapter04/shadowpwd.xml
  52. 1 2
      chapter04/shellutils.xml
  53. 1 2
      chapter04/sysklogd.xml
  54. 1 2
      chapter04/sysvinit.xml
  55. 1 2
      chapter04/tar.xml
  56. 1 2
      chapter04/texinfo.xml
  57. 1 2
      chapter04/textutils.xml
  58. 0 6
      chapter04/toplevel.xml
  59. 1 2
      chapter04/utillinux.xml
  60. 1 2
      chapter04/vim.xml
  61. 1 2
      chapter04/zlib.xml
  62. 2 2
      index.xml

+ 6 - 0
chapter01/changelog.xml

@@ -41,6 +41,12 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>December 10th, 2002 [gerard]: Chapter 04 - Changed all
+links into Freshmeat.net project links, removed lfs-pacakges tarball. This
+was done because the LFS FTP achive won't contain the packages anymore,
+instead you have to go to the package's download sites to get
+them.</para></listitem>
+
 <listitem><para>December 5th, 2002 [gerard]: Chapter 08 - Renamed
 <emphasis>usbdevfs</emphasis> into <emphasis>usbfs</emphasis> as the kernel
 guys made this change to reduce confusion with

+ 2 - 2
chapter03/creatingfs.xml

@@ -1,6 +1,6 @@
-<sect1 id="ch04-creatingfs">
+<sect1 id="ch03-creatingfs">
 <title>Creating a file system on the new partition</title>
-<?dbhtml filename="creatingfs.html" dir="chapter04"?>
+<?dbhtml filename="creatingfs.html" dir="chapter03"?>
 
 <para>Now the partition has been made, we can create a file system on it.
 Most widely used in the Linux world is the second extended file system (ext2),

+ 2 - 2
chapter03/creatingpart.xml

@@ -1,6 +1,6 @@
-<sect1 id="ch04-creatingpart">
+<sect1 id="ch03-creatingpart">
 <title>Creating a new partition</title>
-<?dbhtml filename="creatingpart.html" dir="chapter04"?>
+<?dbhtml filename="creatingpart.html" dir="chapter03"?>
 
 <para>In order to build our new Linux system, we will need some space:
 an empty disk partition. If you don't have a free partition, and no room

+ 2 - 2
chapter03/introduction.xml

@@ -1,6 +1,6 @@
-<sect1 id="ch04-introduction">
+<sect1 id="ch03-introduction">
 <title>Introduction</title>
-<?dbhtml filename="introduction.html" dir="chapter04"?>
+<?dbhtml filename="introduction.html" dir="chapter03"?>
 
 <para>In this chapter the partition which will host the LFS system is
 prepared. We will create the partition itself, make a file system on it,

+ 2 - 2
chapter03/mounting.xml

@@ -1,6 +1,6 @@
-<sect1 id="ch04-mounting">
+<sect1 id="ch03-mounting">
 <title>Mounting the new partition</title>
-<?dbhtml filename="mounting.html" dir="chapter04"?>
+<?dbhtml filename="mounting.html" dir="chapter03"?>
 
 <para>Now that we've created a file system, we want to be able to access
 the partition. For that, we need to mount it, and have to choose a mount

+ 4 - 8
chapter04/all.xml

@@ -1,11 +1,7 @@
-You can either download one tarball that contains all the packages
-used to compile an LFS system:
+<para>You can either download the <userinput>wget</userinput> script to download
+all the packages automatically:</para>
 
+<para>[Create wget script and upload it]</para>
 
-All LFS Packages - &all-size-kb;:
-<ulink url="&ftp;/lfs-packages-&all-version;.tar"/>
-<ulink url="&http;/lfs-packages-&all-version;.tar"/>
-
-
-Or download the following packages individually:
+<para>Or download the packages individually:</para>
 

+ 1 - 2
chapter04/autoconf.xml

@@ -1,3 +1,2 @@
 Autoconf (&autoconf-version;) - &autoconf-size;:
-<ulink url="&ftp;/autoconf-&autoconf-version;.tar.bz2"/>
-<ulink url="&http;/autoconf-&autoconf-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/autoconf/"/>

+ 1 - 2
chapter04/automake.xml

@@ -1,3 +1,2 @@
 Automake (&automake-version;) - &automake-size;:
-<ulink url="&ftp;/automake-&automake-version;.tar.bz2"/>
-<ulink url="&http;/automake-&automake-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/automake/"/>

+ 1 - 2
chapter04/bash.xml

@@ -1,3 +1,2 @@
 Bash (&bash-version;) - &bash-size;:
-<ulink url="&ftp;/bash-&bash-version;.tar.bz2"/>
-<ulink url="&http;/bash-&bash-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/gnubash/"/>

+ 1 - 2
chapter04/bin86.xml

@@ -1,3 +1,2 @@
 Bin86 (&bin86-version;) - &bin86-size;:
-<ulink url="&ftp;/bin86-&bin86-version;.tar.bz2"/>
-<ulink url="&http;/bin86-&bin86-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/bin86/"/>

+ 1 - 2
chapter04/binutils.xml

@@ -1,3 +1,2 @@
 Binutils (&binutils-version;) - &binutils-size;:
-<ulink url="&ftp;/binutils-&binutils-version;.tar.bz2"/>
-<ulink url="&http;/binutils-&binutils-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/binutils/"/>

+ 1 - 2
chapter04/bison.xml

@@ -1,3 +1,2 @@
 Bison (&bison-version;) - &bison-size;:
-<ulink url="&ftp;/bison-&bison-version;.tar.bz2"/>
-<ulink url="&http;/bison-&bison-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/bison/"/>

+ 1 - 2
chapter04/bzip2.xml

@@ -1,3 +1,2 @@
 Bzip2 (&bzip2-version;) - &bzip2-size;:
-<ulink url="&ftp;/bzip2-&bzip2-version;.tar.bz2"/>
-<ulink url="&http;/bzip2-&bzip2-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/bzip2/"/>

+ 1 - 2
chapter04/diffutils.xml

@@ -1,3 +1,2 @@
 Diffutils (&diffutils-version;) - &diffutils-size;:
-<ulink url="&ftp;/diffutils-&diffutils-version;.tar.bz2"/>
-<ulink url="&http;/diffutils-&diffutils-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/diffutils/"/>

+ 1 - 2
chapter04/e2fsprogs.xml

@@ -1,3 +1,2 @@
 E2fsprogs (&e2fsprogs-version;) - &e2fsprogs-size;:
-<ulink url="&ftp;/e2fsprogs-&e2fsprogs-version;.tar.bz2"/>
-<ulink url="&http;/e2fsprogs-&e2fsprogs-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/e2fsprogs/"/>

+ 1 - 2
chapter04/ed.xml

@@ -1,3 +1,2 @@
 Ed (&ed-version;) - &ed-size;:
-<ulink url="&ftp;/ed-&ed-version;.tar.bz2"/>
-<ulink url="&http;/ed-&ed-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/ed/"/>

+ 1 - 2
chapter04/file.xml

@@ -1,3 +1,2 @@
 File (&file-version;) - &file-size;:
-<ulink url="&ftp;/file-&file-version;.tar.bz2"/>
-<ulink url="&http;/file-&file-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/file/"/>

+ 1 - 2
chapter04/fileutils.xml

@@ -1,3 +1,2 @@
 Fileutils (&fileutils-version;) - &fileutils-size;:
-<ulink url="&ftp;/fileutils-&fileutils-version;.tar.bz2"/>
-<ulink url="&http;/fileutils-&fileutils-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/gnufileutils/"/>

+ 1 - 2
chapter04/findutils.xml

@@ -1,3 +1,2 @@
 Findutils (&findutils-version;) - &findutils-size;:
-<ulink url="&ftp;/findutils-&findutils-version;.tar.bz2"/>
-<ulink url="&http;/findutils-&findutils-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/findutils/"/>

+ 1 - 2
chapter04/flex.xml

@@ -1,3 +1,2 @@
 Flex (&flex-version;) - &flex-size;:
-<ulink url="&ftp;/flex-&flex-version;.tar.bz2"/>
-<ulink url="&http;/flex-&flex-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/flex/"/>

+ 1 - 2
chapter04/gawk.xml

@@ -1,3 +1,2 @@
 Gawk (&gawk-version;) - &gawk-size;:
-<ulink url="&ftp;/gawk-&gawk-version;.tar.bz2"/>
-<ulink url="&http;/gawk-&gawk-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/gnuawk/"/>

+ 2 - 4
chapter04/gcc.xml

@@ -1,7 +1,5 @@
 GCC-core (&gcc-version;) - &gcc-core-size;:
-<ulink url="&ftp;/gcc-core-&gcc-version;.tar.bz2"/>
-<ulink url="&http;/gcc-core-&gcc-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/gcc/"/>
 
 GCC-g++ (&gcc-version;) - &gcc-g-size;:
-<ulink url="&ftp;/gcc-g++-&gcc-version;.tar.bz2"/>
-<ulink url="&http;/gcc-g++-&gcc-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/gcc/"/>

+ 1 - 2
chapter04/gettext.xml

@@ -1,3 +1,2 @@
 Gettext (&gettext-version;) - &gettext-size;:
-<ulink url="&ftp;/gettext-&gettext-version;.tar.bz2"/>
-<ulink url="&http;/gettext-&gettext-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/gettext/"/>

+ 1 - 2
chapter04/glibc-threads.xml

@@ -1,3 +1,2 @@
 Glibc-linuxthreads (&glibc-version;) - &glibc-threads-size;:
-<ulink url="&ftp;/glibc-linuxthreads-&glibc-version;.tar.bz2"/>
-<ulink url="&http;/glibc-linuxthreads-&glibc-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/glibc/"/>

+ 1 - 2
chapter04/glibc.xml

@@ -1,3 +1,2 @@
 Glibc (&glibc-version;) - &glibc-size;:
-<ulink url="&ftp;/glibc-&glibc-version;.tar.bz2"/>
-<ulink url="&http;/glibc-&glibc-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/glibc/"/>

+ 1 - 2
chapter04/grep.xml

@@ -1,3 +1,2 @@
 Grep (&grep-version;) - &grep-size;:
-<ulink url="&ftp;/grep-&grep-version;.tar.bz2"/>
-<ulink url="&http;/grep-&grep-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/grep/"/>

+ 1 - 2
chapter04/groff.xml

@@ -1,3 +1,2 @@
 Groff (&groff-version;) - &groff-size;:
-<ulink url="&ftp;/groff-&groff-version;.tar.bz2"/>
-<ulink url="&http;/groff-&groff-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/groff/"/>

+ 1 - 2
chapter04/gzip.xml

@@ -1,3 +1,2 @@
 Gzip (&gzip-version;) - &gzip-size;:
-<ulink url="&ftp;/gzip-&gzip-version;.tar.bz2"/>
-<ulink url="&http;/gzip-&gzip-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/gzip/"/>

+ 15 - 13
chapter04/introduction.xml

@@ -1,22 +1,24 @@
-<sect1 id="ch03-introduction">
+<sect1 id="ch04-introduction">
 <title>Introduction</title>
-<?dbhtml filename="introduction.html" dir="chapter03"?>
+<?dbhtml filename="introduction.html" dir="chapter04"?>
 
 <para>Below is a list of packages you need to download for building a
 basic Linux system. The listed version numbers correspond to versions
-of the software that are known to work, and this book is based
-upon them.</para>
+of the software that are known to work, and this book is based upon
+them. Feel free to try out newer versions, but if you experience problems
+with those versions, please try the recommended version first before
+sending bug reports.</para>
 
-<para>All the URL's below refer to the main LFS server. There are several
-FTP mirrors available from which you can download the files as well. The
-addresses of these can be found in <xref linkend="ch01-mirrors"/>.</para>
+<para>All the URL's, when possible, refer to the project's page at
+<ulink url="http://www.freshmeat.net">Freshmeat.net</ulink>. The Freshmeat
+pages will give you easy access to the official download sites as well as
+project websites, mailinglists, FAQ's, Changelogs and more.</para>
 
-<para>The LFS FTP archive only contains the versions of the packages that
-are used in this book. You can check the official download sites provided
-in <xref linkend="appendixa"/> to determine whether or not a newer package
-is available. If you do download a newer package, we would appreciate
-hearing whether you were able to install the package without any problems
-using this book's instructions.</para>
+<para>For your convenience the top of the list contains a link to a file
+you can use with the <ulink url="http://wget.sunsite.dk">wget</ulink>
+program. Using this file and the <userinput>wget</userinput> program will
+make it easy to download all the files at once, rather than downloading each
+and every individual file manually.</para>
 
 </sect1>
 

+ 1 - 2
chapter04/kbd.xml

@@ -1,3 +1,2 @@
 Kbd (&kbd-version;) - &kbd-size;:
-<ulink url="&ftp;/kbd-&kbd-version;.tar.bz2"/>
-<ulink url="&http;/kbd-&kbd-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/kbd/"/>

+ 1 - 2
chapter04/kernel.xml

@@ -1,3 +1,2 @@
 Linux (&kernel-version;) - &kernel-size;:
-<ulink url="&ftp;/linux-&kernel-version;.tar.bz2"/>
-<ulink url="&http;/linux-&kernel-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/linux/"/>

+ 1 - 2
chapter04/less.xml

@@ -1,3 +1,2 @@
 Less (&less-version;) - &less-size;:
-<ulink url="&ftp;/less-&less-version;.tar.bz2"/>
-<ulink url="&http;/less-&less-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/less/"/>

+ 1 - 2
chapter04/libtool.xml

@@ -1,3 +1,2 @@
 Libtool (&libtool-version;) - &libtool-size;:
-<ulink url="&ftp;/libtool-&libtool-version;.tar.bz2"/>
-<ulink url="&http;/libtool-&libtool-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/libtool/"/>

+ 1 - 2
chapter04/lilo.xml

@@ -1,3 +1,2 @@
 Lilo (&lilo-version;) - &lilo-size;:
-<ulink url="&ftp;/lilo-&lilo-version;.tar.bz2"/>
-<ulink url="&http;/lilo-&lilo-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/lilo/"/>

+ 1 - 2
chapter04/m4.xml

@@ -1,3 +1,2 @@
 M4 (&m4-version;) - &m4-size;:
-<ulink url="&ftp;/m4-&m4-version;.tar.bz2"/>
-<ulink url="&http;/m4-&m4-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/m4/"/>

+ 1 - 2
chapter04/make.xml

@@ -1,3 +1,2 @@
 Make (&make-version;) - &make-size;:
-<ulink url="&ftp;/make-&make-version;.tar.bz2"/>
-<ulink url="&http;/make-&make-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/gnumake"/>

+ 1 - 1
chapter04/man-patch.xml

@@ -1,3 +1,3 @@
-Man Patch (&man-patch-version;) - &man-patch-size;
+Man Patch (&man-patch-version;) - &man-patch-size;:
 <ulink url="&ftp;/man-&man-patch-version;.patch"/>
 <ulink url="&http;/man-&man-patch-version;.patch"/>

+ 1 - 2
chapter04/man.xml

@@ -1,3 +1,2 @@
 Man (&man-version;) - &man-size;:
-<ulink url="&ftp;/man-&man-version;.tar.bz2"/>
-<ulink url="&http;/man-&man-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/man/"/>

+ 1 - 2
chapter04/manpages.xml

@@ -1,3 +1,2 @@
 Man-pages (&man-pages-version;) - &man-pages-size;:
-<ulink url="&ftp;/man-pages-&man-pages-version;.tar.bz2"/>
-<ulink url="&http;/man-pages-&man-pages-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/man-pages/"/>

+ 1 - 2
chapter04/modutils.xml

@@ -1,3 +1,2 @@
 Modutils (&modutils-version;) - &modutils-size;:
-<ulink url="&ftp;/modutils-&modutils-version;.tar.bz2"/>
-<ulink url="&http;/modutils-&modutils-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/modutils/"/>

+ 1 - 2
chapter04/ncurses.xml

@@ -1,3 +1,2 @@
 Ncurses (&ncurses-version;) - &ncurses-size;:
-<ulink url="&ftp;/ncurses-&ncurses-version;.tar.bz2"/>
-<ulink url="&http;/ncurses-&ncurses-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/ncurses/"/>

+ 1 - 2
chapter04/netkitbase.xml

@@ -1,3 +1,2 @@
 Netkit-base (&netkit-base-version;) - &netkit-base-size;:
-<ulink url="&ftp;/netkit-base-&netkit-base-version;.tar.bz2"/>
-<ulink url="&http;/netkit-base-&netkit-base-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/netkit/"/>

+ 1 - 2
chapter04/nettools.xml

@@ -1,3 +1,2 @@
 Net-tools (&net-tools-version;) - &net-tools-size;:
-<ulink url="&ftp;/net-tools-&net-tools-version;.tar.bz2"/>
-<ulink url="&http;/net-tools-&net-tools-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/net-tools/"/>

+ 2 - 2
chapter04/packages.xml

@@ -2,9 +2,9 @@
 <title>Packages that need to be downloaded</title>
 <?dbhtml filename="packages.html" dir="chapter04"?>
 
-<literallayout>
-&c4-toplevel;
 &c4-all;
+
+<literallayout>
 &c4-autoconf;
 &c4-automake;
 &c4-bash;

+ 1 - 2
chapter04/patch.xml

@@ -1,3 +1,2 @@
 Patch (&patch-version;) - &patch-size;:
-<ulink url="&ftp;/patch-&patch-version;.tar.bz2"/>
-<ulink url="&http;/patch-&patch-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/patch/"/>

+ 1 - 2
chapter04/perl.xml

@@ -1,3 +1,2 @@
 Perl (&perl-version;) - &perl-size;:
-<ulink url="&ftp;/perl-&perl-version;.tar.bz2"/>
-<ulink url="&http;/perl-&perl-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/perl/"/>

+ 1 - 2
chapter04/procinfo.xml

@@ -1,3 +1,2 @@
 Procinfo (&procinfo-version;) - &procinfo-size;:
-<ulink url="&ftp;/procinfo-&procinfo-version;.tar.bz2"/>
-<ulink url="&http;/procinfo-&procinfo-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/procinfo/"/>

+ 1 - 2
chapter04/procps.xml

@@ -1,3 +1,2 @@
 Procps (&procps-version;) - &procps-size;:
-<ulink url="&ftp;/procps-&procps-version;.tar.bz2"/>
-<ulink url="&http;/procps-&procps-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/procps/"/>

+ 1 - 2
chapter04/psmisc.xml

@@ -1,3 +1,2 @@
 Psmisc (&psmisc-version;) - &psmisc-size;:
-<ulink url="&ftp;/psmisc-&psmisc-version;.tar.bz2"/>
-<ulink url="&http;/psmisc-&psmisc-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/psmisc/"/>

+ 1 - 2
chapter04/sed.xml

@@ -1,3 +1,2 @@
 Sed (&sed-version;) - &sed-size;:
-<ulink url="&ftp;/sed-&sed-version;.tar.bz2"/>
-<ulink url="&http;/sed-&sed-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/sed/"/>

+ 1 - 2
chapter04/shadowpwd.xml

@@ -1,3 +1,2 @@
 Shadow (&shadow-version;) - &shadow-size;:
-<ulink url="&ftp;/shadow-&shadow-version;.tar.bz2"/>
-<ulink url="&http;/shadow-&shadow-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/shadow/"/>

+ 1 - 2
chapter04/shellutils.xml

@@ -1,3 +1,2 @@
 Sh-utils (&sh-utils-version;) - &sh-utils-size;:
-<ulink url="&ftp;/sh-utils-&sh-utils-version;.tar.bz2"/>
-<ulink url="&http;/sh-utils-&sh-utils-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/sh-utils/"/>

+ 1 - 2
chapter04/sysklogd.xml

@@ -1,3 +1,2 @@
 Sysklogd (&sysklogd-version;) - &sysklogd-size;:
-<ulink url="&ftp;/sysklogd-&sysklogd-version;.tar.bz2"/>
-<ulink url="&http;/sysklogd-&sysklogd-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/sysklogd/"/>

+ 1 - 2
chapter04/sysvinit.xml

@@ -1,3 +1,2 @@
 Sysvinit (&sysvinit-version;) - &sysvinit-size;:
-<ulink url="&ftp;/sysvinit-&sysvinit-version;.tar.bz2"/>
-<ulink url="&http;/sysvinit-&sysvinit-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/sysvinit/"/>

+ 1 - 2
chapter04/tar.xml

@@ -1,3 +1,2 @@
 Tar (&tar-version;) - &tar-size;:
-<ulink url="&ftp;/tar-&tar-version;.tar.bz2"/>
-<ulink url="&http;/tar-&tar-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/tar/"/>

+ 1 - 2
chapter04/texinfo.xml

@@ -1,3 +1,2 @@
 Texinfo (&texinfo-version;) - &texinfo-size;:
-<ulink url="&ftp;/texinfo-&texinfo-version;.tar.bz2"/>
-<ulink url="&http;/texinfo-&texinfo-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/texinfo/"/>

+ 1 - 2
chapter04/textutils.xml

@@ -1,3 +1,2 @@
 Textutils (&textutils-version;) - &textutils-size;:
-<ulink url="&ftp;/textutils-&textutils-version;.tar.bz2"/>
-<ulink url="&http;/textutils-&textutils-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/textutils/"/>

+ 0 - 6
chapter04/toplevel.xml

@@ -1,6 +0,0 @@
-Browse FTP: 
-<ulink url="&ftp-root;/"/>
-
-Browse HTTP:
-<ulink url="&http-root;/"/>
-

+ 1 - 2
chapter04/utillinux.xml

@@ -1,3 +1,2 @@
 Util-linux (&util-linux-version;) - &util-linux-size;:
-<ulink url="&ftp;/util-linux-&util-linux-version;.tar.bz2"/>
-<ulink url="&http;/util-linux-&util-linux-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/util-linux/"/>

+ 1 - 2
chapter04/vim.xml

@@ -1,3 +1,2 @@
 Vim (&vim-version;) - &vim-size;:
-<ulink url="&ftp;/vim-&vim-version;.tar.bz2"/>
-<ulink url="&http;/vim-&vim-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/vim/"/>

+ 1 - 2
chapter04/zlib.xml

@@ -1,3 +1,2 @@
 Zlib (&zlib-version;) - &zlib-size;:
-<ulink url="&ftp;/zlib-&zlib-version;.tar.bz2"/>
-<ulink url="&http;/zlib-&zlib-version;.tar.bz2"/>
+<ulink url="http://freshmeat.net/projects/zlib/"/>

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20021205">
-<!ENTITY releasedate "December 5th, 2002">
+<!ENTITY version "20021210">
+<!ENTITY releasedate "December 10th, 2002">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">