Kaynağa Gözat

reformatted dependency lists

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 yıl önce
ebeveyn
işleme
476b70903b
51 değiştirilmiş dosya ile 479 ekleme ve 1424 silme
  1. 9 24
      appendixa/autoconf-dep.xml
  2. 9 25
      appendixa/automake-dep.xml
  3. 11 32
      appendixa/bash-dep.xml
  4. 6 16
      appendixa/bin86-dep.xml
  5. 11 42
      appendixa/binutils-dep.xml
  6. 10 30
      appendixa/bison-dep.xml
  7. 5 13
      appendixa/bzip2-dep.xml
  8. 2 3
      appendixa/chroot-dep.xml
  9. 9 24
      appendixa/diffutils-dep.xml
  10. 14 37
      appendixa/e2fsprogs-dep.xml
  11. 8 24
      appendixa/ed-dep.xml
  12. 10 28
      appendixa/file-dep.xml
  13. 10 34
      appendixa/fileutils-dep.xml
  14. 10 26
      appendixa/findutils-dep.xml
  15. 10 29
      appendixa/flex-dep.xml
  16. 14 50
      appendixa/gcc-dep.xml
  17. 10 37
      appendixa/gettext-dep.xml
  18. 12 40
      appendixa/glibc-dep.xml
  19. 10 31
      appendixa/grep-dep.xml
  20. 12 39
      appendixa/groff-dep.xml
  21. 8 22
      appendixa/gzip-dep.xml
  22. 10 27
      appendixa/kbd-dep.xml
  23. 13 47
      appendixa/kernel-dep.xml
  24. 10 27
      appendixa/less-dep.xml
  25. 10 33
      appendixa/libtool-dep.xml
  26. 8 21
      appendixa/lilo-dep.xml
  27. 9 25
      appendixa/m4-dep.xml
  28. 11 30
      appendixa/make-dep.xml
  29. 4 13
      appendixa/makedev-dep.xml
  30. 12 29
      appendixa/man-dep.xml
  31. 4 7
      appendixa/manpages-dep.xml
  32. 9 23
      appendixa/mawk-dep.xml
  33. 12 34
      appendixa/modutils-dep.xml
  34. 11 39
      appendixa/ncurses-dep.xml
  35. 8 19
      appendixa/netkitbase-dep.xml
  36. 7 20
      appendixa/nettools-dep.xml
  37. 10 27
      appendixa/patch-dep.xml
  38. 15 54
      appendixa/perl-dep.xml
  39. 4 9
      appendixa/procinfo-dep.xml
  40. 9 24
      appendixa/procps-dep.xml
  41. 10 29
      appendixa/psmisc-dep.xml
  42. 10 29
      appendixa/sed-dep.xml
  43. 10 35
      appendixa/shadowpwd-dep.xml
  44. 10 32
      appendixa/shellutils-dep.xml
  45. 4 9
      appendixa/sysklogd-dep.xml
  46. 6 16
      appendixa/sysvinit-dep.xml
  47. 11 33
      appendixa/tar-dep.xml
  48. 10 31
      appendixa/texinfo-dep.xml
  49. 10 31
      appendixa/textutils-dep.xml
  50. 10 29
      appendixa/utillinux-dep.xml
  51. 12 36
      appendixa/vim-dep.xml

+ 9 - 24
appendixa/autoconf-dep.xml

@@ -4,30 +4,15 @@
 <para>Autoconf-&autoconf-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-m4 from the m4 package
-
-make from the make package
-
-perl from the perl package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+diffutils: cmp
+fileutils: chmod, cp, ls, mkdir, mv, rm
+m4: m4
+make: make
+perl: perl
+sed: sed
+sh-utils: basename, expr
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 9 - 25
appendixa/automake-dep.xml

@@ -4,31 +4,15 @@
 <para>Automake-&automake-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-grep from the grep package
-
-make from the make package
-
-perl from the perl package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+diffutils: cmp
+fileutils: chmod, cp, ls, mkdir, mv, rm
+grep: grep
+make: make
+perl: perl
+sed: sed
+sh-utils: basename, expr, sleep
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 11 - 32
appendixa/bash-dep.xml

@@ -4,38 +4,17 @@
 <para>Bash-&bash-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-size from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ls from the fileutils package
-mv from the fileutils package
-
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-echo from the sh-utils package
-expr from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld, size
+diffutils: cmp
+fileutils: chmod, cp, ls, mv
+fileutils: rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, echo, expr, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 6 - 16
appendixa/bin86-dep.xml

@@ -4,22 +4,12 @@
 <para>Bin86-&bin86-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-strip from the binutils package
-
-chmod from the fileutils package
-install	from the fileutils package
-ln from the fileutils package
-mv from the fileutils package
-
-cc from the gcc package
-
-make from the make package
-
-sed from the sed package
+bash: sh
+binutils: as, ld, strip
+fileutils: chmod, install, ln, mv
+gcc: cc
+make: make
+sed: sed
 </literallayout>
 
 </sect2>

+ 11 - 42
appendixa/binutils-dep.xml

@@ -4,48 +4,17 @@
 <para>Binutils-&binutils-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-nm from the binutils package
-ranlib from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-rmdir from the fileutils package
-touch from the fileutils package
-
-gcc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-makeinfo from the texinfo package
-
-cat from the textutils package
-sort from the textutils package
-tail from the textutils package
-tr from the textutils package
-true from the sh-utils package
-uniq from the textutils package
+bash: sh
+binutils: ar, as, ld, nm, ranlib
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir, touch
+gcc: gcc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, true, uname
+texinfo: makeinfo
+textutils: cat, sort, tail, tr, uniq
 </literallayout>
 
 </sect2>

+ 10 - 30
appendixa/bison-dep.xml

@@ -4,36 +4,16 @@
 <para>Bison-&bison-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-rm from the fileutils package
-cp from the fileutils package
-mkdir from the fileutils package
-ls from the fileutils package
-chmod from the fileutils package
-mv from the fileutils package
-ln from the fileutils package
-
-cc from the gcc package
-
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-
-tr from the textutils package
-cat from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: rm, cp, mkdir, ls, chmod, mv, ln
+gcc: cc
+grep: grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep
+textutils: tr, cat
 </literallayout>
 
 </sect2>

+ 5 - 13
appendixa/bzip2-dep.xml

@@ -4,19 +4,11 @@
 <para>Bzip2-&bzip2-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cp from the fileutils package
-ln from the fileutils package
-rm from the fileutils package
-
-gcc from the gcc package
-
-make from the make package
+bash: sh
+binutils: ar, as, ld
+fileutils: cp, ln, rm
+gcc: gcc
+make: make
 </literallayout>
 
 </sect2>

+ 2 - 3
appendixa/chroot-dep.xml

@@ -4,9 +4,8 @@
 <para>Chroot needs the following to be installed:</para>
 
 <literallayout>
-bash from the bash package
-
-env from the sh-utils package
+bash: bash
+sh-utils: env
 </literallayout>
 
 </sect2>

+ 9 - 24
appendixa/diffutils-dep.xml

@@ -5,30 +5,15 @@
 installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ld from the binutils package
-as from the binutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-date from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ld, as
+fileutils: chmod, cp, mv, rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, date
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 14 - 37
appendixa/e2fsprogs-dep.xml

@@ -5,43 +5,20 @@
 installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-sync from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-gzip from the gzip package
-
-make from the make package
-
-awk from the mawk package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-uname from the sh-utils package
-
-makeinfo from the texinfo package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, cp, ln, mkdir, mv, rm, sync
+gcc: cc
+grep: egrep
+grep: grep
+gzip: gzip
+make: make
+mawk: awk
+sed: sed
+sh-utils: basename, expr, uname
+texinfo: makeinfo
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 8 - 24
appendixa/ed-dep.xml

@@ -4,30 +4,14 @@
 <para>Ed-&ed-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-touch from the fileutils package
-
-cc from the gcc package
-
-grep from the grep package
-egrep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+fileutils: chmod, cp, ln, mv, rm, touch
+gcc: cc
+grep: grep, egrep
+make: make
+sed: sed
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 28
appendixa/file-dep.xml

@@ -4,34 +4,16 @@
 <para>File-&file-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ls from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: as, ld
+diffutils: cmp
+fileutils: chmod, cp, ls, mv, rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 34
appendixa/fileutils-dep.xml

@@ -5,40 +5,16 @@
 installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-install	from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
-uniq from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, cp, install, ln, ls, mkdir, mv, rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, tr, uniq
 </literallayout>
 
 </sect2>

+ 10 - 26
appendixa/findutils-dep.xml

@@ -5,32 +5,16 @@
 installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-grep from the grep package
-
-cc from the gcc package
-
-make from the make package
-
-patch from the patch package
-
-sed from the sed package
-
-basename from the sh-utils package
-date from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+fileutils: chmod, cp, mv, rm
+grep: grep
+gcc: cc
+make: make
+patch: patch
+sed: sed
+sh-utils: basename, date
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 29
appendixa/flex-dep.xml

@@ -4,35 +4,16 @@
 <para>Flex-&flex-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-bison from the bison package
-yacc from the bison package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-touch from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-dirname	from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+bison: bison, yacc
+fileutils: chmod, cp, ln, mv, rm, touch
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: dirname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 14 - 50
appendixa/gcc-dep.xml

@@ -4,56 +4,20 @@
 <para>GCC-&gcc-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-nm from the binutils package
-ranlib	from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-touch from the fileutils package
-
-find from the find package
-
-gcc from the gcc package
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-mawk from the mawk package
-
-sed from the sed package
-
-basename from the sh-utils package
-echo from the sh-util package
-expr from the sh-utils package
-sleep from the sh-utils package
-true from the sh-utils package
-uname from the sh-utils package
-
-tar from the tar package
-
-makeinfo from the texinfo package
-
-cat from the textutils package
-head from the textutils package
-sort from the textutils package
-tail from the textutils package
-tr from the textutils package
-uniq from the textutils package
+bash: sh
+binutils: ar, as, ld, nm, ranlib
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
+find: find
+gcc: gcc, cc
+grep: egrep, grep
+make: make
+mawk: mawk
+sed: sed
+sh-utils: basename, echo, expr, sleep, true, uname
+tar: tar
+texinfo: makeinfo
+textutils: cat, head, sort, tail, tr, uniq
 </literallayout>
 
 </sect2>

+ 10 - 37
appendixa/gettext-dep.xml

@@ -4,43 +4,16 @@
 <para>Gettext-&gettext-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-nm from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-rmdir from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-echo from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-sort from the textutils package
-tr from the textutils package
-uniq from the textutils package
+bash: sh
+binutils: ar, as, ld, nm
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, echo, expr, sleep, uname
+textutils: cat, sort, tr, uniq
 </literallayout>
 
 </sect2>

+ 12 - 40
appendixa/glibc-dep.xml

@@ -4,46 +4,18 @@
 <para>Glibc-&glibc-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-ranlib from the binutils  package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-mknod from the fileutils package
-mv from the fileutils package
-mkdir from the fileutils package
-rm from the fileutils package
-touch from the fileutils package
-
-cpp from the gcc package
-gcc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-gzip from the gzip package
-
-make from the make package
-
-mawk from the mawk package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-pwd from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-sort from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld, ranlib
+diffutils: cmp
+fileutils: chmod, cp, ln, mknod, mv, mkdir, rm, touch
+gcc: cpp, gcc
+grep: egrep, grep
+gzip: gzip
+make: make
+mawk: mawk
+sed: sed
+sh-utils: basename, expr, pwd, uname
+textutils: cat, sort, tr
 </literallayout>
 
 </sect2>

+ 10 - 31
appendixa/grep-dep.xml

@@ -4,37 +4,16 @@
 <para>Grep-&grep-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mkdir, rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 12 - 39
appendixa/groff-dep.xml

@@ -4,45 +4,18 @@
 <para>Groff-&groff-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-bison from the bison package
-yacc from the bison package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-c++ from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-awk from the mawk package
-
-sed from the sed package
-
-basename from the sh-utils package
-date from the sh-utils package
-echo from the sh-utils package
-expr from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-touch from the fileutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+bison: bison, yacc
+diffutils: cmp
+fileutils: chmod, cp, ls, mkdir, mv, rm, touch
+gcc: cc, c++
+grep: egrep, grep
+make: make
+mawk: awk
+sed: sed
+sh-utils: basename, date, echo, expr, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 8 - 22
appendixa/gzip-dep.xml

@@ -4,28 +4,14 @@
 <para>Gzip-&gzip-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-nm from the binutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: as, ld, nm
+fileutils: chmod, cp, ln, mv, rm
+gcc: cc
+grep: grep
+make: make
+sed: sed
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 27
appendixa/kbd-dep.xml

@@ -4,33 +4,16 @@
 <para>Kbd-&kbd-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-strip from the binutils package
-
-bison from the bison package
-
-cp from the fileutils package
-install	from the fileutils package
-ln from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-flex from the flex package
-
-cpp from the gcc package
-gcc from the gcc package
-
-gunzip from the gzip package
-gzip from the gzip package
-
-make from the make package
-
-sed from the sed package
-
-uname from the sh-utils package
+bash: sh
+binutils: as, ld, strip
+bison: bison
+fileutils: cp, install, ln, mv, rm
+flex: flex
+gcc: cpp, gcc
+gzip: gunzip, gzip
+make: make
+sed: sed
+sh-utils: uname
 </literallayout>
 
 </sect2>

+ 13 - 47
appendixa/kernel-dep.xml

@@ -4,53 +4,19 @@
 <para>Linux-&kernel-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-nm from the binutils package
-objcopy from the binutils package
-
-chown from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-find from the findutils package
-xargs from the findutils package
-
-gcc from the gcc package
-
-grep from the grep package
-
-make from the make package
-
-awk from the mawk package
-
-depmod from the modutils package
-genksyms from the modutils package
-
-hostname from the net-tools package
-
-sed from the sed package
-
-basename from the sh-utils package
-date from the sh-utils package
-expr from the sh-utils package
-pwd from the sh-utils package
-uname from the sh-utils package
-whoami from the sh-utils package
-yes from the sh-utils package
-
-cat from the textutils package
-md5sum from the textutils package
-sort from the textutils package
-tail from the textutils package
-touch from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld, nm, objcopy
+fileutils: chown, cp, ln, mkdir, mv, rm
+findutils: find, xargs
+gcc: gcc
+grep: grep
+make: make
+mawk: awk
+modutils: depmod, genksyms
+net-tools: hostname
+sed: sed
+sh-utils: basename, date, expr, pwd, uname, whoami, yes
+textutils: cat, md5sum, sort, tail, touch, tr
 </literallayout>
 
 </sect2>

+ 10 - 27
appendixa/less-dep.xml

@@ -4,33 +4,16 @@
 <para>Less-&less-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-touch from the fileutils package
-
-grep from the grep package
-
-cc from the gcc package
-
-make from the make package
-
-sed from the sed package
-
-dirname	from the sh-utils package
-expr from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: as, ld
+diffutils: cmp
+fileutils: chmod, cp, mv, rm, touch
+grep: grep
+gcc: cc
+make: make
+sed: sed
+sh-utils: dirname, expr, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 33
appendixa/libtool-dep.xml

@@ -4,39 +4,16 @@
 <para>Libtool-&libtool-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-rmdir from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 8 - 21
appendixa/lilo-dep.xml

@@ -4,27 +4,14 @@
 <para>Lilo-&lilo-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as86 from the bin86 package
-ld86 from the bin86 package
-
-as from the binutils package
-ld from the binutils package
-strip from the binutils package
-
-cp from the fileutils package
-dd from the fileutils package
-ln from the fileutils package
-mv from the fileutils package
-
-cc from the gcc package
-
-make from the make package
-
-sed from the sed package
-
-cat from the textutils package
+bash: sh
+bin86: as86, ld86
+binutils: as, ld, strip
+fileutils: cp, dd, ln, mv
+gcc: cc, 
+make: make, 
+sed: sed, 
+textutils: cat
 </literallayout>
 
 </sect2>

+ 9 - 25
appendixa/m4-dep.xml

@@ -4,31 +4,15 @@
 <para>M4-&m4-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-make from the make package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-sed from the sed package
-
-basename from the sh-utils package
-date from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+fileutils: chmod, cp, mv, rm
+make: make
+gcc: cc
+grep: egrep, grep
+sed: sed
+sh-utils: basename, date
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 11 - 30
appendixa/make-dep.xml

@@ -4,36 +4,17 @@
 <para>Make-&make-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chgrp from the fileutils package
-chmod from the fileutils package
-cp from the fileutils package
-ls from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-egrep from the grep package
-
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: as, ld
+diffutils: cmp
+fileutils: chgrp, chmod, cp, ls, mv, rm
+gcc: cc
+grep: egrep
+grep: grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 4 - 13
appendixa/makedev-dep.xml

@@ -4,19 +4,10 @@
 <para>MAKEDEV-&makedev-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-chmod from the fileutils package
-chown from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-mknod from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-grep from the grep package
-
-expr from the sh-utils package
+bash: sh
+fileutils: chmod, chown, cp, ln, mknod, mv, rm
+grep: grep
+sh-utils: expr
 </literallayout>
 
 </sect2>

+ 12 - 29
appendixa/man-dep.xml

@@ -4,35 +4,18 @@
 <para>Man-&man-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-
-bzip2 from the bzip2 package
-
-chmod from the fileutils package
-cp from the fileutils package
-install	from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-gcc from the gcc package
-
-grep from the grep package
-
-gunzip from the gzip package
-zcat from the gzip package
-
-make from the make package
-
-awk from the mawk package
-
-sed from the sed package
-
-echo from the sh-utils package
-cat from the textutils package
+bash: sh
+binutils: as, ld
+bzip2: bzip2
+fileutils: chmod, cp, install, mkdir, mv, rm
+gcc: gcc
+grep: grep
+gzip: gunzip, zcat
+make: make
+mawk: awk
+sed: sed
+sh-utils: echo
+textutils: cat
 </literallayout>
 
 </sect2>

+ 4 - 7
appendixa/manpages-dep.xml

@@ -5,13 +5,10 @@
 installed:</para>
 
 <literallayout>
-sh from the bash package
-
-install from the fileutils package
-
-make from the make package
-
-patch from the patch package
+bash: sh
+fileutils: install
+make: make
+patch: patch
 </literallayout>
 
 </sect2>

+ 9 - 23
appendixa/mawk-dep.xml

@@ -4,29 +4,15 @@
 <para>Mawk-&mawk-depversion; needs the following to be installed:</para>
 
 <literallayout>
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-rm from the fileutils package
-
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-tee from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+fileutils: chmod, cp, ln, rm
+binutils: as, ld
+diffutils: cmp
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: tee
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 12 - 34
appendixa/modutils-dep.xml

@@ -4,40 +4,18 @@
 <para>Modutils-&modutils-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-strip from the binutils package
-
-bison from the bison package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-install	from the fileutils package
-ln from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-flex from the flex package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-expr from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld, strip
+bison: bison
+diffutils: cmp
+fileutils: chmod, install, ln, mkdir, mv, rm
+flex: flex
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: expr, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 11 - 39
appendixa/ncurses-dep.xml

@@ -4,45 +4,17 @@
 <para>Ncurses-&ncurses-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-c++ from the gcc package
-gcc from the gcc package
-
-egrep from the grep package
-fgrep from the grep package
-grep from the grep package
-
-make from the make package
-
-mawk from the mawk package
-
-sed from the sed package
-
-basename from the sh-utils package
-date from the sh-utils package
-echo from the sh-utils package
-expr from the sh-utils package
-test from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-sort from the textutils package
-tr from the textutils package
-wc from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, cp, ln, mkdir, mv, rm
+gcc: c++, gcc
+grep: egrep, fgrep, grep
+make: make
+mawk: mawk
+sed: sed
+sh-utils: basename, date, echo, expr, test, uname
+textutils: cat, sort, tr, wc
 </literallayout>
 
 </sect2>

+ 8 - 19
appendixa/netkitbase-dep.xml

@@ -5,25 +5,14 @@
 installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-strip from the binutils package
-
-cp from the fileutils package
-install	from the fileutils package
-rm from the fileutils package
-
-make from the make package
-
-cc from the gcc package
-
-sed from the sed package
-
-date from the sh-utils package
-
-cat from the textutils package
+bash: sh
+binutils: as, ld, strip
+fileutils: cp, install, rm
+make: make
+gcc: cc
+sed: sed
+sh-utils: date
+textutils: cat
 </literallayout>
 
 </sect2>

+ 7 - 20
appendixa/nettools-dep.xml

@@ -5,26 +5,13 @@
 installed:</para>
 
 <literallayout>
-bash from the bash package
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-install	from the fileutils package
-ln from the fileutils package
-rm from the fileutils package
-
-msgfmt from the gettext package
-
-cc from the gcc package
-
-make from the make package
-
-basename from the sh-utils package
-echo from the sh-utils package
-env from the sh-utils package
+bash: bash, sh
+binutils: ar, as, ld
+fileutils: install, ln, rm
+gettext: msgfmt
+gcc: cc
+make: make
+sh-utils: basename, echo, env
 </literallayout>
 
 </sect2>

+ 10 - 27
appendixa/patch-dep.xml

@@ -4,33 +4,16 @@
 <para>Patch-&patch-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: as, ld
+diffutils: cmp
+fileutils: chmod, cp, mv, rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 15 - 54
appendixa/perl-dep.xml

@@ -4,60 +4,21 @@
 <para>Perl-&perl-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-nm from the binutils package
-
-bison from the bison package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-touch from the fileutils package
-
-gcc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-nroff from the groff package
-
-gzip from the gzip package
-
-less from the less package
-
-make from the make package
-
-awk from the mawk package
-
-sed from the sed package
-
-basename from the sh-utils package
-date from the sh-utils package
-echo from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-tee from the sh-utils package
-test from the sh-utils package
-true from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-comm from the textutils package
-sort from the textutils package
-split from the textutils package
-tr from the textutils package
-uniq from the textutils package
-wc from the textutils package
+bash: sh
+binutils: ar, as, ld, nm
+bison: bison
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mkdir, mv, rm, touch
+gcc: gcc
+grep: egrep, grep
+groff: nroff
+gzip: gzip
+less: less
+make: make
+mawk: awk
+sed: sed
+sh-utils: basename, date, echo, expr, sleep, tee, test, true, uname
+textutils: cat, comm, sort, split, tr, uniq, wc
 </literallayout>
 
 </sect2>

+ 4 - 9
appendixa/procinfo-dep.xml

@@ -4,15 +4,10 @@
 <para>Procinfo-&procinfo-depversion; needs the following to be installed:</para>
 
 <literallayout>
-as from the binutils package
-ld from the binutils package
-
-install	from the fileutils package
-mkdir from the fileutils package
-
-make from the make package
-
-sed from the sed package
+binutils: as, ld
+fileutils: install, mkdir
+make: make
+sed: sed
 </literallayout>
 
 </sect2>

+ 9 - 24
appendixa/procps-dep.xml

@@ -4,30 +4,15 @@
 <para>Procps-&procps-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-strip from the binutils package
-
-install	from the fileutils package
-ln from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-gcc from the gcc package
-
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-pwd from the sh-utils package
-
-sort from the textutils package
-tr from the textutils package
+bash: sh
+binutils: as, ld, strip
+fileutils: install, ln, mv, rm
+gcc: gcc
+grep: grep
+make: make
+sed: sed
+sh-utils: basename, pwd
+textutils: sort, tr
 </literallayout>
 
 </sect2>

+ 10 - 29
appendixa/psmisc-dep.xml

@@ -4,35 +4,16 @@
 <para>Psmisc-&psmisc-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ls from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: as, ld
+diffutils: cmp
+fileutils: chmod, cp, ls, mv, rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 29
appendixa/sed-dep.xml

@@ -4,35 +4,16 @@
 <para>Sed-&sed-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ls from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, cp, ls, mv, rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 35
appendixa/shadowpwd-dep.xml

@@ -4,41 +4,16 @@
 <para>Shadow-&shadow-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-nm from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-rmdir from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-sort from the textutils package
-uniq from the textutils package
+bash: sh
+binutils: ar, as, ld, nm
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mkdir, mv, rm, rmdir
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, sort, uniq
 </literallayout>
 
 </sect2>

+ 10 - 32
appendixa/shellutils-dep.xml

@@ -4,38 +4,16 @@
 <para>Sh-utils-&sh-utils-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-chown from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, chown, cp, ln, ls, mv, rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 4 - 9
appendixa/sysklogd-dep.xml

@@ -4,15 +4,10 @@
 <para>Sysklogd-&sysklogd-depversion; needs the following to be installed:</para>
 
 <literallayout>
-as from the binutils package
-ld from the binutils package
-strip from the binutils package
-
-install	from the fileutils package
-
-gcc rom the gcc package
-
-make from the make package
+binutils: as, ld, strip
+fileutils: install
+gcc: gcc
+make: make
 </literallayout>
 
 </sect2>

+ 6 - 16
appendixa/sysvinit-dep.xml

@@ -4,22 +4,12 @@
 <para>Sysvinit-&sysvinit-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-
-chown from the fileutils package
-install	from the fileutils package
-ln from the fileutils package
-mknod from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-make from the make package
-
-patch from the patch package
+bash: sh
+binutils: as, ld
+fileutils: chown, install, ln, mknod, rm
+gcc: cc
+make: make
+patch: patch
 </literallayout>
 
 </sect2>

+ 11 - 33
appendixa/tar-dep.xml

@@ -4,39 +4,17 @@
 <para>Tar-&tar-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-patch from the patch package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mv, rm
+gcc: cc
+grep: egrep, grep
+make: make
+patch: patch
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 31
appendixa/texinfo-dep.xml

@@ -4,37 +4,16 @@
 <para>Texinfo-&texinfo-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mkdir, mv, rm
+gcc: cc
+grep: grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 31
appendixa/textutils-dep.xml

@@ -5,37 +5,16 @@
 installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ar from the binutils package
-as from the binutils package
-ld from the binutils package
-
-cmp from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-ls from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-
-egrep from the grep package
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-basename from the sh-utils package
-expr from the sh-utils package
-sleep from the sh-utils package
-uname from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
+bash: sh
+binutils: ar, as, ld
+diffutils: cmp
+fileutils: chmod, cp, ln, ls, mv, rm
+gcc: cc
+grep: egrep, grep
+make: make
+sed: sed
+sh-utils: basename, expr, sleep, uname
+textutils: cat, tr
 </literallayout>
 
 </sect2>

+ 10 - 29
appendixa/utillinux-dep.xml

@@ -5,35 +5,16 @@
 installed:</para>
 
 <literallayout>
-sh from the bash package
-
-as from the binutils package
-ld from the binutils package
-
-chgrp from the fileutils package
-chmod from the fileutils package
-cp from the fileutils package
-install	from the fileutils package
-ln from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-
-cc from the gcc package
-cpp from the gcc package
-
-rpcgen from the glibc package
-
-grep from the grep package
-
-make from the make package
-
-sed from the sed package
-
-unam 	from the sh-utils package
-whoami from the sh-utils package
-
-cat from the textutils package
+bash: sh
+binutils: as, ld
+fileutils: chgrp, chmod, cp, install, ln, mkdir, mv, rm
+gcc: cc, cpp
+glibc: rpcgen
+grep: grep
+make: make
+sed: sed
+sh-utils: uname, whoami
+textutils: cat
 </literallayout>
 
 </sect2>

+ 12 - 36
appendixa/vim-dep.xml

@@ -4,42 +4,18 @@
 <para>Vim-&vim-depversion; needs the following to be installed:</para>
 
 <literallayout>
-sh from the bash package
-
-ld from the binutils package
-as from the binutils package
-
-cmp from the diffutils package
-diff from the diffutils package
-
-chmod from the fileutils package
-cp from the fileutils package
-ln from the fileutils package
-mkdir from the fileutils package
-mv from the fileutils package
-rm from the fileutils package
-touch from the fileutils package
-
-find from the find package
-
-cc from the gcc package
-
-grep from the grep package
-
-make from the make package
-
-hostname from the net-tools package
-
-sed from the sed package
-
-echo from the sh-utils package
-expr from the sh-utils package
-uname from the sh-utils package
-whoami	from the sh-utils package
-
-cat from the textutils package
-tr from the textutils package
-wc from the textutils package
+bash: sh
+binutils: ld, as
+diffutils: cmp, diff
+fileutils: chmod, cp, ln, mkdir, mv, rm, touch
+find: find
+gcc: cc
+grep: grep
+make: make
+net-tools: hostname
+sed: sed
+sh-utils: echo, expr, uname, whoami
+textutils: cat, tr, wc
 </literallayout>
 
 </sect2>