diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-27 20:06:48 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-08-27 20:06:48 +0000 |
commit | 23cc360d4d36c219a5a4aae8016197f5d1f5c86c (patch) | |
tree | d2b4d7046a7aa175100a0f8b06ad2b5f1dee55bf | |
parent | e312f47434695e4070d505a29d640ce06d6021a1 (diff) |
Initial commit of installation dependencies
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
100 files changed, 2268 insertions, 64 deletions
diff --git a/Attic/appendixb/appendixb.xml b/Attic/appendixb/appendixb.xml index 398cf64d2..81efaa270 100644 --- a/Attic/appendixb/appendixb.xml +++ b/Attic/appendixb/appendixb.xml @@ -3,6 +3,56 @@ &ab-introduction; &ab-bash; +&ab-binutils; +&ab-bzip2; +&ab-diffutils; &ab-fileutils; +&ab-gcc; +&ab-grep; +&ab-gzip; +&ab-kernel; +&ab-make; +&ab-mawk; +&ab-patch; +&ab-sed; +&ab-sh-utils; +&ab-tar; +&ab-texinfo; +&ab-textutils; +&ab-chroot; +&ab-glibc; +&ab-makedev; +&ab-man-pages; +&ab-findutils; +&ab-ncurses; +&ab-vim; +&ab-bison; +&ab-less; +&ab-groff; +&ab-man; +&ab-perl; +&ab-m4; +&ab-autoconf; +&ab-automake; +&ab-flex; +&ab-file; +&ab-libtool; +&ab-bin86; +&ab-ed; +&ab-gettext; +&ab-kbd; +&ab-e2fsprogs; +&ab-lilo; +&ab-modutils; +&ab-netkit-base; +&ab-procinfo; +&ab-procps; +&ab-psmisc; +&ab-net-tools; +&ab-shadow; +&ab-sysklogd; +&ab-sysvinit; +&ab-util-linux; </appendix> + diff --git a/Attic/appendixb/autoconf-dep.xml b/Attic/appendixb/autoconf-dep.xml new file mode 100644 index 000000000..a30c6892f --- /dev/null +++ b/Attic/appendixb/autoconf-dep.xml @@ -0,0 +1,34 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/autoconf.xml b/Attic/appendixb/autoconf.xml new file mode 100644 index 000000000..7be5c2e11 --- /dev/null +++ b/Attic/appendixb/autoconf.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-autoconf"> +<title>Autoconf</title> + +&ab-autoconf-dep; + +</sect1> + diff --git a/Attic/appendixb/automake-dep.xml b/Attic/appendixb/automake-dep.xml new file mode 100644 index 000000000..772ff31ac --- /dev/null +++ b/Attic/appendixb/automake-dep.xml @@ -0,0 +1,37 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/automake.xml b/Attic/appendixb/automake.xml new file mode 100644 index 000000000..7c79dd358 --- /dev/null +++ b/Attic/appendixb/automake.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-automake"> +<title>Automake</title> + +&ab-automake-dep; + +</sect1> + diff --git a/Attic/appendixb/bin86-dep.xml b/Attic/appendixb/bin86-dep.xml new file mode 100644 index 000000000..5119a7dc1 --- /dev/null +++ b/Attic/appendixb/bin86-dep.xml @@ -0,0 +1,26 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/bin86.xml b/Attic/appendixb/bin86.xml new file mode 100644 index 000000000..20b314df3 --- /dev/null +++ b/Attic/appendixb/bin86.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-bin86"> +<title>Bin86</title> + +&ab-bin86-dep; + +</sect1> + diff --git a/Attic/appendixb/binutils-dep.xml b/Attic/appendixb/binutils-dep.xml index 01b49f630..7051b5c9a 100644 --- a/Attic/appendixb/binutils-dep.xml +++ b/Attic/appendixb/binutils-dep.xml @@ -3,41 +3,50 @@ <para>Binutils-&binutils-depversion; needs the following to be installed:</para> -<itemizedlist> - -<listitem><para>sh from the bash package -sed from the sed package -rm from the fileutils package -cat from the textutils package -uname from the sh-utils package -touch from the fileutils package -mv from the fileutils package -grep from the grep package -mkdir from the fileutils package -gcc from the gcc package -ld from the binutils package -as from the binutils package -tail from the textutils package -cp from the fileutils package -chmod from the fileutils package -tr from the textutils package -cmp from the diffutils package -expr from the sh-utils package -ln from the fileutils package -egrep from the grep package -ls from the fileutils package -rmdir from the fileutils package -nm from the binutils package -uniq from the textutils package -sort from the textutils package -sleep from the sh-utils package -make from the make package -true from the sh-utils package -ar from the binutils package -ranlib from the binutils package +<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 -makeinfo from the texinfo package</para></listitem> -</itemizedlist> +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 +</literallayout> </sect2> diff --git a/Attic/appendixb/binutils.xml b/Attic/appendixb/binutils.xml index a2a4744dc..24802fac0 100644 --- a/Attic/appendixb/binutils.xml +++ b/Attic/appendixb/binutils.xml @@ -1,5 +1,5 @@ <sect1 id="ab-binutils"> -<title>-&binutils-depversion;</title> +<title>Binutils-&binutils-depversion;</title> &ab-binutils-dep; diff --git a/Attic/appendixb/bison-dep.xml b/Attic/appendixb/bison-dep.xml new file mode 100644 index 000000000..c9cbe7213 --- /dev/null +++ b/Attic/appendixb/bison-dep.xml @@ -0,0 +1,40 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/bison.xml b/Attic/appendixb/bison.xml new file mode 100644 index 000000000..74ebbcf92 --- /dev/null +++ b/Attic/appendixb/bison.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-bison"> +<title>Bison</title> + +&ab-bison-dep; + +</sect1> + diff --git a/Attic/appendixb/bzip2-dep.xml b/Attic/appendixb/bzip2-dep.xml new file mode 100644 index 000000000..226fff57a --- /dev/null +++ b/Attic/appendixb/bzip2-dep.xml @@ -0,0 +1,23 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/bzip2.xml b/Attic/appendixb/bzip2.xml new file mode 100644 index 000000000..3b78f8975 --- /dev/null +++ b/Attic/appendixb/bzip2.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-bzip2"> +<title>Bzip2-&bzip2-depversion;</title> + +&ab-bzip2-dep; + +</sect1> + diff --git a/Attic/appendixb/chroot-dep.xml b/Attic/appendixb/chroot-dep.xml new file mode 100644 index 000000000..fe5fa7d64 --- /dev/null +++ b/Attic/appendixb/chroot-dep.xml @@ -0,0 +1,13 @@ +<sect2> +<title>Dependencies</title> + +<para>Chroot needs the following to be installed:</para> + +<literallayout> +bash from the bash package + +env from the sh-utils package +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/chroot.xml b/Attic/appendixb/chroot.xml new file mode 100644 index 000000000..9d0899abb --- /dev/null +++ b/Attic/appendixb/chroot.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-chroot"> +<title>Chroot</title> + +&ab-chroot-dep; + +</sect1> + diff --git a/Attic/appendixb/diffutils-dep.xml b/Attic/appendixb/diffutils-dep.xml new file mode 100644 index 000000000..f8adfc493 --- /dev/null +++ b/Attic/appendixb/diffutils-dep.xml @@ -0,0 +1,35 @@ +<sect2> +<title>Dependencies</title> + +<para>Diffutils-&diffutils-depversion; needs the following to be +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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/diffutils.xml b/Attic/appendixb/diffutils.xml new file mode 100644 index 000000000..42a6cd171 --- /dev/null +++ b/Attic/appendixb/diffutils.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-diffutils"> +<title>Diffutils</title> + +&ab-diffutils-dep; + +</sect1> + diff --git a/Attic/appendixb/e2fsprogs-dep.xml b/Attic/appendixb/e2fsprogs-dep.xml new file mode 100644 index 000000000..25d02b381 --- /dev/null +++ b/Attic/appendixb/e2fsprogs-dep.xml @@ -0,0 +1,49 @@ +<sect2> +<title>Dependencies</title> + +<para>E2fsprogs-&e2fsprogs-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 +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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/e2fsprogs.xml b/Attic/appendixb/e2fsprogs.xml new file mode 100644 index 000000000..cb16bd08e --- /dev/null +++ b/Attic/appendixb/e2fsprogs.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-e2fsprogs"> +<title>E2fsprogs</title> + +&ab-e2fsprogs-dep; + +</sect1> + diff --git a/Attic/appendixb/ed-dep.xml b/Attic/appendixb/ed-dep.xml new file mode 100644 index 000000000..3c531da7f --- /dev/null +++ b/Attic/appendixb/ed-dep.xml @@ -0,0 +1,34 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/ed.xml b/Attic/appendixb/ed.xml new file mode 100644 index 000000000..a0cdf0f4d --- /dev/null +++ b/Attic/appendixb/ed.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-ed"> +<title>Ed</title> + +&ab-ed-dep; + +</sect1> + diff --git a/Attic/appendixb/file-dep.xml b/Attic/appendixb/file-dep.xml new file mode 100644 index 000000000..cc543b05a --- /dev/null +++ b/Attic/appendixb/file-dep.xml @@ -0,0 +1,38 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/file.xml b/Attic/appendixb/file.xml new file mode 100644 index 000000000..bee8fee93 --- /dev/null +++ b/Attic/appendixb/file.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-file"> +<title>File</title> + +&ab-file-dep; + +</sect1> + diff --git a/Attic/appendixb/fileutils-dep.xml b/Attic/appendixb/fileutils-dep.xml index 5a0c6c660..c496389a4 100644 --- a/Attic/appendixb/fileutils-dep.xml +++ b/Attic/appendixb/fileutils-dep.xml @@ -4,35 +4,42 @@ <para>Fileutils-&fileutils-depversion; needs the following to be installed:</para> -<itemizedlist> - -<listitem><para>sh from the bash package</para></listitem> -<listitem><para>sed from the sed package</para></listitem> -<listitem><para>rm from the fileutils package</para></listitem> -<listitem><para>expr from the sh-utils package</para></listitem> -<listitem><para>cat from the textutils package</para></listitem> -<listitem><para>chmod from the fileutils package</para></listitem> -<listitem><para>sleep from the sh-utils package</para></listitem> -<listitem><para>cc from the gcc package</para></listitem> -<listitem><para>uname from the sh-utils package</para></listitem> -<listitem><para>ls from the fileutils package</para></listitem> -<listitem><para>install from the fileutils package</para></listitem> -<listitem><para>grep from the grep package</para></listitem> -<listitem><para>ld from the binutils package</para></listitem> -<listitem><para>as from the binutils package</para></listitem> -<listitem><para>egrep from the grep package</para></listitem> -<listitem><para>mkdir from the fileutils package</para></listitem> -<listitem><para>cp from the fileutils package</para></listitem> -<listitem><para>ln from the fileutils package</para></listitem> -<listitem><para>tr from the textutils package</para></listitem> -<listitem><para>cmp from the diffutils package</para></listitem> -<listitem><para>uniq from the textutils package</para></listitem> -<listitem><para>mv from the fileutils package</para></listitem> -<listitem><para>make from the make package</para></listitem> -<listitem><para>ar from the binutils package</para></listitem> -<listitem><para>basename from the sh-utils package</para></listitem> - -</itemizedlist> +<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 +</literallayout> </sect2> diff --git a/Attic/appendixb/findutils-dep.xml b/Attic/appendixb/findutils-dep.xml new file mode 100644 index 000000000..a4301d394 --- /dev/null +++ b/Attic/appendixb/findutils-dep.xml @@ -0,0 +1,37 @@ +<sect2> +<title>Dependencies</title> + +<para>Findutils-&findutils-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 + +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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/findutils.xml b/Attic/appendixb/findutils.xml new file mode 100644 index 000000000..812abda5a --- /dev/null +++ b/Attic/appendixb/findutils.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-findutils"> +<title>Findutils</title> + +&ab-findutils-dep; + +</sect1> + diff --git a/Attic/appendixb/flex-dep.xml b/Attic/appendixb/flex-dep.xml new file mode 100644 index 000000000..c8bfd72b3 --- /dev/null +++ b/Attic/appendixb/flex-dep.xml @@ -0,0 +1,39 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/flex.xml b/Attic/appendixb/flex.xml new file mode 100644 index 000000000..1e33c4640 --- /dev/null +++ b/Attic/appendixb/flex.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-flex"> +<title>Flex</title> + +&ab-flex-dep; + +</sect1> + diff --git a/Attic/appendixb/gcc-dep.xml b/Attic/appendixb/gcc-dep.xml new file mode 100644 index 000000000..e755141aa --- /dev/null +++ b/Attic/appendixb/gcc-dep.xml @@ -0,0 +1,60 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/gcc.xml b/Attic/appendixb/gcc.xml new file mode 100644 index 000000000..7c89a687d --- /dev/null +++ b/Attic/appendixb/gcc.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-gcc"> +<title>GCC</title> + +&ab-gcc-dep; + +</sect1> + diff --git a/Attic/appendixb/gettext-dep.xml b/Attic/appendixb/gettext-dep.xml new file mode 100644 index 000000000..f46a3713e --- /dev/null +++ b/Attic/appendixb/gettext-dep.xml @@ -0,0 +1,47 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/gettext.xml b/Attic/appendixb/gettext.xml new file mode 100644 index 000000000..e846aa863 --- /dev/null +++ b/Attic/appendixb/gettext.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-gettext"> +<title>Gettext</title> + +&ab-gettext-dep; + +</sect1> + diff --git a/Attic/appendixb/glibc-dep.xml b/Attic/appendixb/glibc-dep.xml new file mode 100644 index 000000000..ed857e2fd --- /dev/null +++ b/Attic/appendixb/glibc-dep.xml @@ -0,0 +1,50 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/glibc.xml b/Attic/appendixb/glibc.xml new file mode 100644 index 000000000..c13e2ca17 --- /dev/null +++ b/Attic/appendixb/glibc.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-glibc"> +<title>Glibc</title> + +&ab-glibc-dep; + +</sect1> + diff --git a/Attic/appendixb/grep-dep.xml b/Attic/appendixb/grep-dep.xml new file mode 100644 index 000000000..dd0d9d054 --- /dev/null +++ b/Attic/appendixb/grep-dep.xml @@ -0,0 +1,41 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/grep.xml b/Attic/appendixb/grep.xml new file mode 100644 index 000000000..aa2f6e696 --- /dev/null +++ b/Attic/appendixb/grep.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-grep"> +<title>Grep</title> + +&ab-grep-dep; + +</sect1> + diff --git a/Attic/appendixb/groff-dep.xml b/Attic/appendixb/groff-dep.xml new file mode 100644 index 000000000..9fe2a6361 --- /dev/null +++ b/Attic/appendixb/groff-dep.xml @@ -0,0 +1,49 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/groff.xml b/Attic/appendixb/groff.xml new file mode 100644 index 000000000..3417c6102 --- /dev/null +++ b/Attic/appendixb/groff.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-groff"> +<title>Groff</title> + +&ab-groff-dep; + +</sect1> + diff --git a/Attic/appendixb/gzip-dep.xml b/Attic/appendixb/gzip-dep.xml new file mode 100644 index 000000000..7c968d2b6 --- /dev/null +++ b/Attic/appendixb/gzip-dep.xml @@ -0,0 +1,32 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/gzip.xml b/Attic/appendixb/gzip.xml new file mode 100644 index 000000000..13143ad85 --- /dev/null +++ b/Attic/appendixb/gzip.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-gzip"> +<title>Gzip</title> + +&ab-gzip-dep; + +</sect1> + diff --git a/Attic/appendixb/kbd-dep.xml b/Attic/appendixb/kbd-dep.xml new file mode 100644 index 000000000..6bfb9e7e5 --- /dev/null +++ b/Attic/appendixb/kbd-dep.xml @@ -0,0 +1,37 @@ +<sect2> +<title>Dependencies</title> + +<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 packag +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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/kbd.xml b/Attic/appendixb/kbd.xml new file mode 100644 index 000000000..a8f7a6c47 --- /dev/null +++ b/Attic/appendixb/kbd.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-kbd"> +<title>Kbd</title> + +&ab-kbd-dep; + +</sect1> + diff --git a/Attic/appendixb/kernel-dep.xml b/Attic/appendixb/kernel-dep.xml new file mode 100644 index 000000000..f4dbff311 --- /dev/null +++ b/Attic/appendixb/kernel-dep.xml @@ -0,0 +1,44 @@ +<sect2> +<title>Dependencies</title> + +<para>Linux-&kernel-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 +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 + +genksyms from the modutils 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 +yes from the sh-utils package + +md5sum from the textutils package +touch from the textutils package +tr from the textutils package +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/kernel.xml b/Attic/appendixb/kernel.xml new file mode 100644 index 000000000..6778a3804 --- /dev/null +++ b/Attic/appendixb/kernel.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-kernel"> +<title>Linux</title> + +&ab-kernel-dep; + +</sect1> + diff --git a/Attic/appendixb/less-dep.xml b/Attic/appendixb/less-dep.xml new file mode 100644 index 000000000..b7af4ed06 --- /dev/null +++ b/Attic/appendixb/less-dep.xml @@ -0,0 +1,37 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/less.xml b/Attic/appendixb/less.xml new file mode 100644 index 000000000..b55c2f424 --- /dev/null +++ b/Attic/appendixb/less.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-less"> +<title>Less</title> + +&ab-less-dep; + +</sect1> + diff --git a/Attic/appendixb/libtool-dep.xml b/Attic/appendixb/libtool-dep.xml new file mode 100644 index 000000000..faf456c09 --- /dev/null +++ b/Attic/appendixb/libtool-dep.xml @@ -0,0 +1,43 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/libtool.xml b/Attic/appendixb/libtool.xml new file mode 100644 index 000000000..5013af09f --- /dev/null +++ b/Attic/appendixb/libtool.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-libtool"> +<title>Libtool</title> + +&ab-libtool-dep; + +</sect1> + diff --git a/Attic/appendixb/lilo-dep.xml b/Attic/appendixb/lilo-dep.xml new file mode 100644 index 000000000..0a1586af4 --- /dev/null +++ b/Attic/appendixb/lilo-dep.xml @@ -0,0 +1,31 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/lilo.xml b/Attic/appendixb/lilo.xml new file mode 100644 index 000000000..c9173e517 --- /dev/null +++ b/Attic/appendixb/lilo.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-lilo"> +<title>Lilo</title> + +&ab-lilo-dep; + +</sect1> + diff --git a/Attic/appendixb/m4-dep.xml b/Attic/appendixb/m4-dep.xml new file mode 100644 index 000000000..aae3a7fe7 --- /dev/null +++ b/Attic/appendixb/m4-dep.xml @@ -0,0 +1,35 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/m4.xml b/Attic/appendixb/m4.xml new file mode 100644 index 000000000..3663e69bb --- /dev/null +++ b/Attic/appendixb/m4.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-m4"> +<title>M4</title> + +&ab-m4-dep; + +</sect1> + diff --git a/Attic/appendixb/make-dep.xml b/Attic/appendixb/make-dep.xml new file mode 100644 index 000000000..eb2beaa79 --- /dev/null +++ b/Attic/appendixb/make-dep.xml @@ -0,0 +1,40 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/make.xml b/Attic/appendixb/make.xml new file mode 100644 index 000000000..9a000da2b --- /dev/null +++ b/Attic/appendixb/make.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-make"> +<title>Make</title> + +&ab-make-dep; + +</sect1> + diff --git a/Attic/appendixb/makedev-dep.xml b/Attic/appendixb/makedev-dep.xml new file mode 100644 index 000000000..cb79a1498 --- /dev/null +++ b/Attic/appendixb/makedev-dep.xml @@ -0,0 +1,23 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/makedev.xml b/Attic/appendixb/makedev.xml new file mode 100644 index 000000000..63a123a81 --- /dev/null +++ b/Attic/appendixb/makedev.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-makedev"> +<title>Makedev</title> + +&ab-makedev-dep; + +</sect1> + diff --git a/Attic/appendixb/man-dep.xml b/Attic/appendixb/man-dep.xml new file mode 100644 index 000000000..3e3db3f55 --- /dev/null +++ b/Attic/appendixb/man-dep.xml @@ -0,0 +1,41 @@ +<sect2> +<title>Dependencies</title> + +<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 + +patch from the patch package + +sed from the sed package + +echo from the sh-utils package +cat from the textutils package +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/man-pages-dep.xml b/Attic/appendixb/man-pages-dep.xml new file mode 100644 index 000000000..af8909873 --- /dev/null +++ b/Attic/appendixb/man-pages-dep.xml @@ -0,0 +1,18 @@ +<sect2> +<title>Dependencies</title> + +<para>Man-pages-&man-pages-depversion; needs the following to be +installed:</para> + +<literallayout> +sh from the bash package + +install from the fileutils package + +make from the make package + +patch from the patch package +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/man-pages.xml b/Attic/appendixb/man-pages.xml new file mode 100644 index 000000000..13eebd89a --- /dev/null +++ b/Attic/appendixb/man-pages.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-man-pages"> +<title>Man-pages</title> + +&ab-man-pages-dep; + +</sect1> + diff --git a/Attic/appendixb/man.xml b/Attic/appendixb/man.xml new file mode 100644 index 000000000..a1fd086fa --- /dev/null +++ b/Attic/appendixb/man.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-man"> +<title>Man</title> + +&ab-man-dep; + +</sect1> + diff --git a/Attic/appendixb/mawk-dep.xml b/Attic/appendixb/mawk-dep.xml new file mode 100644 index 000000000..9777f4cc5 --- /dev/null +++ b/Attic/appendixb/mawk-dep.xml @@ -0,0 +1,33 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/mawk.xml b/Attic/appendixb/mawk.xml new file mode 100644 index 000000000..954036b57 --- /dev/null +++ b/Attic/appendixb/mawk.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-mawk"> +<title>Mawk</title> + +&ab-mawk-dep; + +</sect1> + diff --git a/Attic/appendixb/modutils-dep.xml b/Attic/appendixb/modutils-dep.xml new file mode 100644 index 000000000..a5064d80c --- /dev/null +++ b/Attic/appendixb/modutils-dep.xml @@ -0,0 +1,44 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/modutils.xml b/Attic/appendixb/modutils.xml new file mode 100644 index 000000000..7497f22a6 --- /dev/null +++ b/Attic/appendixb/modutils.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-modutils"> +<title>Modutils</title> + +&ab-modutils-dep; + +</sect1> + diff --git a/Attic/appendixb/ncurses-dep.xml b/Attic/appendixb/ncurses-dep.xml new file mode 100644 index 000000000..76d465d2d --- /dev/null +++ b/Attic/appendixb/ncurses-dep.xml @@ -0,0 +1,51 @@ +<sect2> +<title>Dependencies</title> + +<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 + +patch from the patch 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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/ncurses.xml b/Attic/appendixb/ncurses.xml new file mode 100644 index 000000000..78d163eaf --- /dev/null +++ b/Attic/appendixb/ncurses.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-ncurses"> +<title>Ncurses</title> + +&ab-ncurses-dep; + +</sect1> + diff --git a/Attic/appendixb/net-tools-dep.xml b/Attic/appendixb/net-tools-dep.xml new file mode 100644 index 000000000..b9ef2f299 --- /dev/null +++ b/Attic/appendixb/net-tools-dep.xml @@ -0,0 +1,31 @@ +<sect2> +<title>Dependencies</title> + +<para>Net-tools-&net-tools-depversion; needs the following to be +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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/net-tools.xml b/Attic/appendixb/net-tools.xml new file mode 100644 index 000000000..7399acd9b --- /dev/null +++ b/Attic/appendixb/net-tools.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-net-tools"> +<title>Net-tools</title> + +&ab-net-tools-dep; + +</sect1> + diff --git a/Attic/appendixb/netkit-base-dep.xml b/Attic/appendixb/netkit-base-dep.xml new file mode 100644 index 000000000..acdc56e47 --- /dev/null +++ b/Attic/appendixb/netkit-base-dep.xml @@ -0,0 +1,30 @@ +<sect2> +<title>Dependencies</title> + +<para>Netkit-base-&netkit-base-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 + +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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/netkit-base.xml b/Attic/appendixb/netkit-base.xml new file mode 100644 index 000000000..969ebb306 --- /dev/null +++ b/Attic/appendixb/netkit-base.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-netkit-base"> +<title>Netkit-base</title> + +&ab-netkit-base-dep; + +</sect1> + diff --git a/Attic/appendixb/patch-dep.xml b/Attic/appendixb/patch-dep.xml new file mode 100644 index 000000000..a24e428b5 --- /dev/null +++ b/Attic/appendixb/patch-dep.xml @@ -0,0 +1,37 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/patch.xml b/Attic/appendixb/patch.xml new file mode 100644 index 000000000..99a70759f --- /dev/null +++ b/Attic/appendixb/patch.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-patch"> +<title>Patch</title> + +&ab-patch-dep; + +</sect1> + diff --git a/Attic/appendixb/perl-dep.xml b/Attic/appendixb/perl-dep.xml new file mode 100644 index 000000000..f5118bfd3 --- /dev/null +++ b/Attic/appendixb/perl-dep.xml @@ -0,0 +1,64 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/perl.xml b/Attic/appendixb/perl.xml new file mode 100644 index 000000000..d53231140 --- /dev/null +++ b/Attic/appendixb/perl.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-perl"> +<title>Perl</title> + +&ab-perl-dep; + +</sect1> + diff --git a/Attic/appendixb/procinfo-dep.xml b/Attic/appendixb/procinfo-dep.xml new file mode 100644 index 000000000..bb1f10699 --- /dev/null +++ b/Attic/appendixb/procinfo-dep.xml @@ -0,0 +1,19 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/procinfo.xml b/Attic/appendixb/procinfo.xml new file mode 100644 index 000000000..40d491238 --- /dev/null +++ b/Attic/appendixb/procinfo.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-procinfo"> +<title>Procinfo</title> + +&ab-procinfo-dep; + +</sect1> + diff --git a/Attic/appendixb/procps-dep.xml b/Attic/appendixb/procps-dep.xml new file mode 100644 index 000000000..a8088157b --- /dev/null +++ b/Attic/appendixb/procps-dep.xml @@ -0,0 +1,34 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/procps.xml b/Attic/appendixb/procps.xml new file mode 100644 index 000000000..1cddb4469 --- /dev/null +++ b/Attic/appendixb/procps.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-procps"> +<title>Procps</title> + +&ab-procps-dep; + +</sect1> + diff --git a/Attic/appendixb/psmisc-dep.xml b/Attic/appendixb/psmisc-dep.xml new file mode 100644 index 000000000..0464519a2 --- /dev/null +++ b/Attic/appendixb/psmisc-dep.xml @@ -0,0 +1,39 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/psmisc.xml b/Attic/appendixb/psmisc.xml new file mode 100644 index 000000000..6568dbfda --- /dev/null +++ b/Attic/appendixb/psmisc.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-psmisc"> +<title>Psmisc</title> + +&ab-psmisc-dep; + +</sect1> + diff --git a/Attic/appendixb/sed-dep.xml b/Attic/appendixb/sed-dep.xml new file mode 100644 index 000000000..8550cec59 --- /dev/null +++ b/Attic/appendixb/sed-dep.xml @@ -0,0 +1,39 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/sed.xml b/Attic/appendixb/sed.xml new file mode 100644 index 000000000..acbb751b9 --- /dev/null +++ b/Attic/appendixb/sed.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-sed"> +<title>Sed</title> + +&ab-sed-dep; + +</sect1> + diff --git a/Attic/appendixb/sh-utils-dep.xml b/Attic/appendixb/sh-utils-dep.xml new file mode 100644 index 000000000..32b977f30 --- /dev/null +++ b/Attic/appendixb/sh-utils-dep.xml @@ -0,0 +1,42 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/sh-utils.xml b/Attic/appendixb/sh-utils.xml new file mode 100644 index 000000000..3bc69ab01 --- /dev/null +++ b/Attic/appendixb/sh-utils.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-sh-utils"> +<title>Sh-utils</title> + +&ab-sh-utils-dep; + +</sect1> + diff --git a/Attic/appendixb/shadow-dep.xml b/Attic/appendixb/shadow-dep.xml new file mode 100644 index 000000000..288a8ef81 --- /dev/null +++ b/Attic/appendixb/shadow-dep.xml @@ -0,0 +1,47 @@ +<sect2> +<title>Dependencies</title> + +<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 + +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 +sort from the textutils package +uniq from the textutils package +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/shadow.xml b/Attic/appendixb/shadow.xml new file mode 100644 index 000000000..b01b866ba --- /dev/null +++ b/Attic/appendixb/shadow.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-shadow"> +<title>Shadow</title> + +&ab-shadow-dep; + +</sect1> + diff --git a/Attic/appendixb/sysklogd-dep.xml b/Attic/appendixb/sysklogd-dep.xml new file mode 100644 index 000000000..4e98a9cd4 --- /dev/null +++ b/Attic/appendixb/sysklogd-dep.xml @@ -0,0 +1,19 @@ +<sect2> +<title>Dependencies</title> + +<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 from the gcc package + +make from the make package +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/sysklogd.xml b/Attic/appendixb/sysklogd.xml new file mode 100644 index 000000000..e83fffc44 --- /dev/null +++ b/Attic/appendixb/sysklogd.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-sysklogd"> +<title>Sysklogd</title> + +&ab-sysklogd-dep; + +</sect1> + diff --git a/Attic/appendixb/sysvinit-dep.xml b/Attic/appendixb/sysvinit-dep.xml new file mode 100644 index 000000000..0e96843d8 --- /dev/null +++ b/Attic/appendixb/sysvinit-dep.xml @@ -0,0 +1,26 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/sysvinit.xml b/Attic/appendixb/sysvinit.xml new file mode 100644 index 000000000..70815f7aa --- /dev/null +++ b/Attic/appendixb/sysvinit.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-sysvinit"> +<title>Sysvinit</title> + +&ab-sysvinit-dep; + +</sect1> + diff --git a/Attic/appendixb/tar-dep.xml b/Attic/appendixb/tar-dep.xml new file mode 100644 index 000000000..26ce4ede4 --- /dev/null +++ b/Attic/appendixb/tar-dep.xml @@ -0,0 +1,43 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/tar.xml b/Attic/appendixb/tar.xml new file mode 100644 index 000000000..89ab9e7f2 --- /dev/null +++ b/Attic/appendixb/tar.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-tar"> +<title>Tar</title> + +&ab-tar-dep; + +</sect1> + diff --git a/Attic/appendixb/texinfo-dep.xml b/Attic/appendixb/texinfo-dep.xml new file mode 100644 index 000000000..cde9c6b24 --- /dev/null +++ b/Attic/appendixb/texinfo-dep.xml @@ -0,0 +1,43 @@ +<sect2> +<title>Dependencies</title> + +<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 + +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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/texinfo.xml b/Attic/appendixb/texinfo.xml new file mode 100644 index 000000000..d6f6ab206 --- /dev/null +++ b/Attic/appendixb/texinfo.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-texinfo"> +<title>Texinfo</title> + +&ab-texinfo-dep; + +</sect1> + diff --git a/Attic/appendixb/textutils-dep.xml b/Attic/appendixb/textutils-dep.xml new file mode 100644 index 000000000..f06ef15d9 --- /dev/null +++ b/Attic/appendixb/textutils-dep.xml @@ -0,0 +1,42 @@ +<sect2> +<title>Dependencies</title> + +<para>Textutils-&textutils-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 + +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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/textutils.xml b/Attic/appendixb/textutils.xml new file mode 100644 index 000000000..926da1917 --- /dev/null +++ b/Attic/appendixb/textutils.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-textutils"> +<title>Textutils</title> + +&ab-textutils-dep; + +</sect1> + diff --git a/Attic/appendixb/util-linux-dep.xml b/Attic/appendixb/util-linux-dep.xml new file mode 100644 index 000000000..9fe12e53a --- /dev/null +++ b/Attic/appendixb/util-linux-dep.xml @@ -0,0 +1,40 @@ +<sect2> +<title>Dependencies</title> + +<para>Util-linux-&util-linux-depversion; needs the following to be +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 + +uname from the sh-utils package +whoami from the sh-utils package + +cat from the textutils package +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/util-linux.xml b/Attic/appendixb/util-linux.xml new file mode 100644 index 000000000..948ee7953 --- /dev/null +++ b/Attic/appendixb/util-linux.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-util-linux"> +<title>Util-linux</title> + +&ab-util-linux-dep; + +</sect1> + diff --git a/Attic/appendixb/vim-dep.xml b/Attic/appendixb/vim-dep.xml new file mode 100644 index 000000000..5dbf5209a --- /dev/null +++ b/Attic/appendixb/vim-dep.xml @@ -0,0 +1,46 @@ +<sect2> +<title>Dependencies</title> + +<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 +</literallayout> + +</sect2> + diff --git a/Attic/appendixb/vim.xml b/Attic/appendixb/vim.xml new file mode 100644 index 000000000..661e47348 --- /dev/null +++ b/Attic/appendixb/vim.xml @@ -0,0 +1,7 @@ +<sect1 id="ab-vim"> +<title>Vim</title> + +&ab-vim-dep; + +</sect1> + |