mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-25 22:59:19 +01:00
Initial commit of installation dependencies
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1062 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
e312f47434
commit
23cc360d4d
Attic/appendixb
appendixb.xmlautoconf-dep.xmlautoconf.xmlautomake-dep.xmlautomake.xmlbin86-dep.xmlbin86.xmlbinutils-dep.xmlbinutils.xmlbison-dep.xmlbison.xmlbzip2-dep.xmlbzip2.xmlchroot-dep.xmlchroot.xmldiffutils-dep.xmldiffutils.xmle2fsprogs-dep.xmle2fsprogs.xmled-dep.xmled.xmlfile-dep.xmlfile.xmlfileutils-dep.xmlfindutils-dep.xmlfindutils.xmlflex-dep.xmlflex.xmlgcc-dep.xmlgcc.xmlgettext-dep.xmlgettext.xmlglibc-dep.xmlglibc.xmlgrep-dep.xmlgrep.xmlgroff-dep.xmlgroff.xmlgzip-dep.xmlgzip.xmlkbd-dep.xmlkbd.xmlkernel-dep.xmlkernel.xmlless-dep.xmlless.xmllibtool-dep.xmllibtool.xmllilo-dep.xmllilo.xmlm4-dep.xmlm4.xmlmake-dep.xmlmake.xmlmakedev-dep.xmlmakedev.xmlman-dep.xmlman-pages-dep.xmlman-pages.xmlman.xmlmawk-dep.xmlmawk.xmlmodutils-dep.xmlmodutils.xmlncurses-dep.xmlncurses.xmlnet-tools-dep.xmlnet-tools.xmlnetkit-base-dep.xmlnetkit-base.xmlpatch-dep.xmlpatch.xmlperl-dep.xmlperl.xmlprocinfo-dep.xmlprocinfo.xmlprocps-dep.xmlprocps.xmlpsmisc-dep.xmlpsmisc.xmlsed-dep.xmlsed.xmlsh-utils-dep.xmlsh-utils.xmlshadow-dep.xmlshadow.xmlsysklogd-dep.xmlsysklogd.xmlsysvinit-dep.xmlsysvinit.xmltar-dep.xmltar.xmltexinfo-dep.xmltexinfo.xmltextutils-dep.xmltextutils.xmlutil-linux-dep.xmlutil-linux.xmlvim-dep.xmlvim.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>
|
||||
|
||||
|
34
Attic/appendixb/autoconf-dep.xml
Normal file
34
Attic/appendixb/autoconf-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/autoconf.xml
Normal file
7
Attic/appendixb/autoconf.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-autoconf">
|
||||
<title>Autoconf</title>
|
||||
|
||||
&ab-autoconf-dep;
|
||||
|
||||
</sect1>
|
||||
|
37
Attic/appendixb/automake-dep.xml
Normal file
37
Attic/appendixb/automake-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/automake.xml
Normal file
7
Attic/appendixb/automake.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-automake">
|
||||
<title>Automake</title>
|
||||
|
||||
&ab-automake-dep;
|
||||
|
||||
</sect1>
|
||||
|
26
Attic/appendixb/bin86-dep.xml
Normal file
26
Attic/appendixb/bin86-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/bin86.xml
Normal file
7
Attic/appendixb/bin86.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-bin86">
|
||||
<title>Bin86</title>
|
||||
|
||||
&ab-bin86-dep;
|
||||
|
||||
</sect1>
|
||||
|
@ -3,41 +3,50 @@
|
||||
|
||||
<para>Binutils-&binutils-depversion; needs the following to be installed:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<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
|
||||
|
||||
<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
|
||||
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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<sect1 id="ab-binutils">
|
||||
<title>-&binutils-depversion;</title>
|
||||
<title>Binutils-&binutils-depversion;</title>
|
||||
|
||||
&ab-binutils-dep;
|
||||
|
||||
|
40
Attic/appendixb/bison-dep.xml
Normal file
40
Attic/appendixb/bison-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/bison.xml
Normal file
7
Attic/appendixb/bison.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-bison">
|
||||
<title>Bison</title>
|
||||
|
||||
&ab-bison-dep;
|
||||
|
||||
</sect1>
|
||||
|
23
Attic/appendixb/bzip2-dep.xml
Normal file
23
Attic/appendixb/bzip2-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/bzip2.xml
Normal file
7
Attic/appendixb/bzip2.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-bzip2">
|
||||
<title>Bzip2-&bzip2-depversion;</title>
|
||||
|
||||
&ab-bzip2-dep;
|
||||
|
||||
</sect1>
|
||||
|
13
Attic/appendixb/chroot-dep.xml
Normal file
13
Attic/appendixb/chroot-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/chroot.xml
Normal file
7
Attic/appendixb/chroot.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-chroot">
|
||||
<title>Chroot</title>
|
||||
|
||||
&ab-chroot-dep;
|
||||
|
||||
</sect1>
|
||||
|
35
Attic/appendixb/diffutils-dep.xml
Normal file
35
Attic/appendixb/diffutils-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/diffutils.xml
Normal file
7
Attic/appendixb/diffutils.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-diffutils">
|
||||
<title>Diffutils</title>
|
||||
|
||||
&ab-diffutils-dep;
|
||||
|
||||
</sect1>
|
||||
|
49
Attic/appendixb/e2fsprogs-dep.xml
Normal file
49
Attic/appendixb/e2fsprogs-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/e2fsprogs.xml
Normal file
7
Attic/appendixb/e2fsprogs.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-e2fsprogs">
|
||||
<title>E2fsprogs</title>
|
||||
|
||||
&ab-e2fsprogs-dep;
|
||||
|
||||
</sect1>
|
||||
|
34
Attic/appendixb/ed-dep.xml
Normal file
34
Attic/appendixb/ed-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/ed.xml
Normal file
7
Attic/appendixb/ed.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-ed">
|
||||
<title>Ed</title>
|
||||
|
||||
&ab-ed-dep;
|
||||
|
||||
</sect1>
|
||||
|
38
Attic/appendixb/file-dep.xml
Normal file
38
Attic/appendixb/file-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/file.xml
Normal file
7
Attic/appendixb/file.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-file">
|
||||
<title>File</title>
|
||||
|
||||
&ab-file-dep;
|
||||
|
||||
</sect1>
|
||||
|
@ -4,35 +4,42 @@
|
||||
<para>Fileutils-&fileutils-depversion; needs the following to be
|
||||
installed:</para>
|
||||
|
||||
<itemizedlist>
|
||||
<literallayout>
|
||||
sh from the bash package
|
||||
|
||||
<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>
|
||||
ar from the binutils package
|
||||
as from the binutils package
|
||||
ld from the binutils package
|
||||
|
||||
</itemizedlist>
|
||||
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>
|
||||
|
||||
|
37
Attic/appendixb/findutils-dep.xml
Normal file
37
Attic/appendixb/findutils-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/findutils.xml
Normal file
7
Attic/appendixb/findutils.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-findutils">
|
||||
<title>Findutils</title>
|
||||
|
||||
&ab-findutils-dep;
|
||||
|
||||
</sect1>
|
||||
|
39
Attic/appendixb/flex-dep.xml
Normal file
39
Attic/appendixb/flex-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/flex.xml
Normal file
7
Attic/appendixb/flex.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-flex">
|
||||
<title>Flex</title>
|
||||
|
||||
&ab-flex-dep;
|
||||
|
||||
</sect1>
|
||||
|
60
Attic/appendixb/gcc-dep.xml
Normal file
60
Attic/appendixb/gcc-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/gcc.xml
Normal file
7
Attic/appendixb/gcc.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-gcc">
|
||||
<title>GCC</title>
|
||||
|
||||
&ab-gcc-dep;
|
||||
|
||||
</sect1>
|
||||
|
47
Attic/appendixb/gettext-dep.xml
Normal file
47
Attic/appendixb/gettext-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/gettext.xml
Normal file
7
Attic/appendixb/gettext.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-gettext">
|
||||
<title>Gettext</title>
|
||||
|
||||
&ab-gettext-dep;
|
||||
|
||||
</sect1>
|
||||
|
50
Attic/appendixb/glibc-dep.xml
Normal file
50
Attic/appendixb/glibc-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/glibc.xml
Normal file
7
Attic/appendixb/glibc.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-glibc">
|
||||
<title>Glibc</title>
|
||||
|
||||
&ab-glibc-dep;
|
||||
|
||||
</sect1>
|
||||
|
41
Attic/appendixb/grep-dep.xml
Normal file
41
Attic/appendixb/grep-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/grep.xml
Normal file
7
Attic/appendixb/grep.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-grep">
|
||||
<title>Grep</title>
|
||||
|
||||
&ab-grep-dep;
|
||||
|
||||
</sect1>
|
||||
|
49
Attic/appendixb/groff-dep.xml
Normal file
49
Attic/appendixb/groff-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/groff.xml
Normal file
7
Attic/appendixb/groff.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-groff">
|
||||
<title>Groff</title>
|
||||
|
||||
&ab-groff-dep;
|
||||
|
||||
</sect1>
|
||||
|
32
Attic/appendixb/gzip-dep.xml
Normal file
32
Attic/appendixb/gzip-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/gzip.xml
Normal file
7
Attic/appendixb/gzip.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-gzip">
|
||||
<title>Gzip</title>
|
||||
|
||||
&ab-gzip-dep;
|
||||
|
||||
</sect1>
|
||||
|
37
Attic/appendixb/kbd-dep.xml
Normal file
37
Attic/appendixb/kbd-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/kbd.xml
Normal file
7
Attic/appendixb/kbd.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-kbd">
|
||||
<title>Kbd</title>
|
||||
|
||||
&ab-kbd-dep;
|
||||
|
||||
</sect1>
|
||||
|
44
Attic/appendixb/kernel-dep.xml
Normal file
44
Attic/appendixb/kernel-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/kernel.xml
Normal file
7
Attic/appendixb/kernel.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-kernel">
|
||||
<title>Linux</title>
|
||||
|
||||
&ab-kernel-dep;
|
||||
|
||||
</sect1>
|
||||
|
37
Attic/appendixb/less-dep.xml
Normal file
37
Attic/appendixb/less-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/less.xml
Normal file
7
Attic/appendixb/less.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-less">
|
||||
<title>Less</title>
|
||||
|
||||
&ab-less-dep;
|
||||
|
||||
</sect1>
|
||||
|
43
Attic/appendixb/libtool-dep.xml
Normal file
43
Attic/appendixb/libtool-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/libtool.xml
Normal file
7
Attic/appendixb/libtool.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-libtool">
|
||||
<title>Libtool</title>
|
||||
|
||||
&ab-libtool-dep;
|
||||
|
||||
</sect1>
|
||||
|
31
Attic/appendixb/lilo-dep.xml
Normal file
31
Attic/appendixb/lilo-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/lilo.xml
Normal file
7
Attic/appendixb/lilo.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-lilo">
|
||||
<title>Lilo</title>
|
||||
|
||||
&ab-lilo-dep;
|
||||
|
||||
</sect1>
|
||||
|
35
Attic/appendixb/m4-dep.xml
Normal file
35
Attic/appendixb/m4-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/m4.xml
Normal file
7
Attic/appendixb/m4.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-m4">
|
||||
<title>M4</title>
|
||||
|
||||
&ab-m4-dep;
|
||||
|
||||
</sect1>
|
||||
|
40
Attic/appendixb/make-dep.xml
Normal file
40
Attic/appendixb/make-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/make.xml
Normal file
7
Attic/appendixb/make.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-make">
|
||||
<title>Make</title>
|
||||
|
||||
&ab-make-dep;
|
||||
|
||||
</sect1>
|
||||
|
23
Attic/appendixb/makedev-dep.xml
Normal file
23
Attic/appendixb/makedev-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/makedev.xml
Normal file
7
Attic/appendixb/makedev.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-makedev">
|
||||
<title>Makedev</title>
|
||||
|
||||
&ab-makedev-dep;
|
||||
|
||||
</sect1>
|
||||
|
41
Attic/appendixb/man-dep.xml
Normal file
41
Attic/appendixb/man-dep.xml
Normal file
@ -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>
|
||||
|
18
Attic/appendixb/man-pages-dep.xml
Normal file
18
Attic/appendixb/man-pages-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/man-pages.xml
Normal file
7
Attic/appendixb/man-pages.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-man-pages">
|
||||
<title>Man-pages</title>
|
||||
|
||||
&ab-man-pages-dep;
|
||||
|
||||
</sect1>
|
||||
|
7
Attic/appendixb/man.xml
Normal file
7
Attic/appendixb/man.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-man">
|
||||
<title>Man</title>
|
||||
|
||||
&ab-man-dep;
|
||||
|
||||
</sect1>
|
||||
|
33
Attic/appendixb/mawk-dep.xml
Normal file
33
Attic/appendixb/mawk-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/mawk.xml
Normal file
7
Attic/appendixb/mawk.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-mawk">
|
||||
<title>Mawk</title>
|
||||
|
||||
&ab-mawk-dep;
|
||||
|
||||
</sect1>
|
||||
|
44
Attic/appendixb/modutils-dep.xml
Normal file
44
Attic/appendixb/modutils-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/modutils.xml
Normal file
7
Attic/appendixb/modutils.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-modutils">
|
||||
<title>Modutils</title>
|
||||
|
||||
&ab-modutils-dep;
|
||||
|
||||
</sect1>
|
||||
|
51
Attic/appendixb/ncurses-dep.xml
Normal file
51
Attic/appendixb/ncurses-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/ncurses.xml
Normal file
7
Attic/appendixb/ncurses.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-ncurses">
|
||||
<title>Ncurses</title>
|
||||
|
||||
&ab-ncurses-dep;
|
||||
|
||||
</sect1>
|
||||
|
31
Attic/appendixb/net-tools-dep.xml
Normal file
31
Attic/appendixb/net-tools-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/net-tools.xml
Normal file
7
Attic/appendixb/net-tools.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-net-tools">
|
||||
<title>Net-tools</title>
|
||||
|
||||
&ab-net-tools-dep;
|
||||
|
||||
</sect1>
|
||||
|
30
Attic/appendixb/netkit-base-dep.xml
Normal file
30
Attic/appendixb/netkit-base-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/netkit-base.xml
Normal file
7
Attic/appendixb/netkit-base.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-netkit-base">
|
||||
<title>Netkit-base</title>
|
||||
|
||||
&ab-netkit-base-dep;
|
||||
|
||||
</sect1>
|
||||
|
37
Attic/appendixb/patch-dep.xml
Normal file
37
Attic/appendixb/patch-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/patch.xml
Normal file
7
Attic/appendixb/patch.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-patch">
|
||||
<title>Patch</title>
|
||||
|
||||
&ab-patch-dep;
|
||||
|
||||
</sect1>
|
||||
|
64
Attic/appendixb/perl-dep.xml
Normal file
64
Attic/appendixb/perl-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/perl.xml
Normal file
7
Attic/appendixb/perl.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-perl">
|
||||
<title>Perl</title>
|
||||
|
||||
&ab-perl-dep;
|
||||
|
||||
</sect1>
|
||||
|
19
Attic/appendixb/procinfo-dep.xml
Normal file
19
Attic/appendixb/procinfo-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/procinfo.xml
Normal file
7
Attic/appendixb/procinfo.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-procinfo">
|
||||
<title>Procinfo</title>
|
||||
|
||||
&ab-procinfo-dep;
|
||||
|
||||
</sect1>
|
||||
|
34
Attic/appendixb/procps-dep.xml
Normal file
34
Attic/appendixb/procps-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/procps.xml
Normal file
7
Attic/appendixb/procps.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-procps">
|
||||
<title>Procps</title>
|
||||
|
||||
&ab-procps-dep;
|
||||
|
||||
</sect1>
|
||||
|
39
Attic/appendixb/psmisc-dep.xml
Normal file
39
Attic/appendixb/psmisc-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/psmisc.xml
Normal file
7
Attic/appendixb/psmisc.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-psmisc">
|
||||
<title>Psmisc</title>
|
||||
|
||||
&ab-psmisc-dep;
|
||||
|
||||
</sect1>
|
||||
|
39
Attic/appendixb/sed-dep.xml
Normal file
39
Attic/appendixb/sed-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/sed.xml
Normal file
7
Attic/appendixb/sed.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-sed">
|
||||
<title>Sed</title>
|
||||
|
||||
&ab-sed-dep;
|
||||
|
||||
</sect1>
|
||||
|
42
Attic/appendixb/sh-utils-dep.xml
Normal file
42
Attic/appendixb/sh-utils-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/sh-utils.xml
Normal file
7
Attic/appendixb/sh-utils.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-sh-utils">
|
||||
<title>Sh-utils</title>
|
||||
|
||||
&ab-sh-utils-dep;
|
||||
|
||||
</sect1>
|
||||
|
47
Attic/appendixb/shadow-dep.xml
Normal file
47
Attic/appendixb/shadow-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/shadow.xml
Normal file
7
Attic/appendixb/shadow.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-shadow">
|
||||
<title>Shadow</title>
|
||||
|
||||
&ab-shadow-dep;
|
||||
|
||||
</sect1>
|
||||
|
19
Attic/appendixb/sysklogd-dep.xml
Normal file
19
Attic/appendixb/sysklogd-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/sysklogd.xml
Normal file
7
Attic/appendixb/sysklogd.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-sysklogd">
|
||||
<title>Sysklogd</title>
|
||||
|
||||
&ab-sysklogd-dep;
|
||||
|
||||
</sect1>
|
||||
|
26
Attic/appendixb/sysvinit-dep.xml
Normal file
26
Attic/appendixb/sysvinit-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/sysvinit.xml
Normal file
7
Attic/appendixb/sysvinit.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-sysvinit">
|
||||
<title>Sysvinit</title>
|
||||
|
||||
&ab-sysvinit-dep;
|
||||
|
||||
</sect1>
|
||||
|
43
Attic/appendixb/tar-dep.xml
Normal file
43
Attic/appendixb/tar-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/tar.xml
Normal file
7
Attic/appendixb/tar.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-tar">
|
||||
<title>Tar</title>
|
||||
|
||||
&ab-tar-dep;
|
||||
|
||||
</sect1>
|
||||
|
43
Attic/appendixb/texinfo-dep.xml
Normal file
43
Attic/appendixb/texinfo-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/texinfo.xml
Normal file
7
Attic/appendixb/texinfo.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-texinfo">
|
||||
<title>Texinfo</title>
|
||||
|
||||
&ab-texinfo-dep;
|
||||
|
||||
</sect1>
|
||||
|
42
Attic/appendixb/textutils-dep.xml
Normal file
42
Attic/appendixb/textutils-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/textutils.xml
Normal file
7
Attic/appendixb/textutils.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-textutils">
|
||||
<title>Textutils</title>
|
||||
|
||||
&ab-textutils-dep;
|
||||
|
||||
</sect1>
|
||||
|
40
Attic/appendixb/util-linux-dep.xml
Normal file
40
Attic/appendixb/util-linux-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/util-linux.xml
Normal file
7
Attic/appendixb/util-linux.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-util-linux">
|
||||
<title>Util-linux</title>
|
||||
|
||||
&ab-util-linux-dep;
|
||||
|
||||
</sect1>
|
||||
|
46
Attic/appendixb/vim-dep.xml
Normal file
46
Attic/appendixb/vim-dep.xml
Normal file
@ -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>
|
||||
|
7
Attic/appendixb/vim.xml
Normal file
7
Attic/appendixb/vim.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect1 id="ab-vim">
|
||||
<title>Vim</title>
|
||||
|
||||
&ab-vim-dep;
|
||||
|
||||
</sect1>
|
||||
|
Loading…
Reference in New Issue
Block a user