diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 21:28:48 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-05-11 21:28:48 +0000 |
commit | 0b6cb049c386a2b24162b97821bb5082cfae0454 (patch) | |
tree | f14249631bb0514d6d981c009d96d2e80c357a5d /chapter06 | |
parent | 72b8e89c6272a69b29bced4cf410114a5a3867d8 (diff) |
Zack's patches: Removed Netkit-base 0.17. Added Inetutils 1.4.2. Added lfs-utils-0.2.1.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 3 | ||||
-rw-r--r-- | chapter06/createfiles.xml | 3 | ||||
-rw-r--r-- | chapter06/inetutils-inst.xml | 34 | ||||
-rw-r--r-- | chapter06/inetutils.xml | 9 | ||||
-rw-r--r-- | chapter06/lfs-utils-inst.xml | 15 | ||||
-rw-r--r-- | chapter06/lfs-utils.xml | 9 |
6 files changed, 71 insertions, 2 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 1a3ad15f8..4aa5225d2 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -19,6 +19,7 @@ &c6-gcc; &c6-coreutils; &c6-zlib; +&c6-lfs-utils; &c6-findutils; &c6-gawk; &c6-ncurses; @@ -31,6 +32,7 @@ &c6-flex; &c6-gettext; &c6-nettools; +&c6-inetutils; &c6-perl; &c6-texinfo; &c6-autoconf; @@ -50,7 +52,6 @@ &c6-lilo; &c6-make; &c6-modutils; -&c6-netkitbase; &c6-patch; &c6-procinfo; &c6-procps; diff --git a/chapter06/createfiles.xml b/chapter06/createfiles.xml index 1be2246a8..f6df24e0d 100644 --- a/chapter06/createfiles.xml +++ b/chapter06/createfiles.xml @@ -26,7 +26,8 @@ ln -sf /stage1/bin/mv /bin ln -sf /stage1/bin/chmod /bin ln -sf /stage1/bin/chgrp /bin ln -sf /stage1/bin/sort /usr/bin -ln -sf /stage1/bin/cmp /usr/bin</userinput></screen></para> +ln -sf /stage1/bin/cmp /usr/bin +ln -sf /stage1/bin/mktemp /usr/bin</userinput></screen></para> </sect1> diff --git a/chapter06/inetutils-inst.xml b/chapter06/inetutils-inst.xml new file mode 100644 index 000000000..37cfff695 --- /dev/null +++ b/chapter06/inetutils-inst.xml @@ -0,0 +1,34 @@ +<sect2><title> </title><para> </para></sect2> + +<sect2> +<title>Installation of Inetutils</title> + +<para>Prepare Inetutils to be compiled:</para> + +<para><screen><userinput>./configure --prefix=/usr --disable-syslogd \ + --libexecdir=/usr/sbin --infodir=/usr/share/info \ + --mandir=/usr/share/man --disable-logger</userinput></screen></para> + +<para>The meanings of the configure options are:</para> + +<itemizedlist> +<listitem><para><userinput>--disable-syslogd</userinput>: This option +prevents inetutils from installing the System Log Daemon, which is +installed with the Sysklogd package.</para></listitem> + +<listitem><para><userinput>--disable-logger</userinput>: This option +prevents inetutils from installing the logger program, which is used by +scripts to pass messages to the System Log Daemon. We do not install it +because Util-linux installs a better version later.</para></listitem> +</itemizedlist> + +<para>Continue with compiling the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>Finish installing the package:</para> + +<para><screen><userinput>make install</userinput></screen></para> + +</sect2> + diff --git a/chapter06/inetutils.xml b/chapter06/inetutils.xml new file mode 100644 index 000000000..fff3638b5 --- /dev/null +++ b/chapter06/inetutils.xml @@ -0,0 +1,9 @@ +<sect1 id="ch06-inetutils"> +<title>Installing Inetutils-&inetutils-version;</title> +<?dbhtml filename="inetutils.html" dir="chapter06"?> + +&aa-inetutils-shortdesc; +&aa-inetutils-dep; +&c6-inetutils-inst; + +</sect1> diff --git a/chapter06/lfs-utils-inst.xml b/chapter06/lfs-utils-inst.xml new file mode 100644 index 000000000..dfa022694 --- /dev/null +++ b/chapter06/lfs-utils-inst.xml @@ -0,0 +1,15 @@ +<sect2><title> </title><para> </para></sect2> + +<sect2> +<title>Installation of Lfs-Utils</title> + +<para>Compile the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And install the package:</para> + +<para><screen><userinput>make install</userinput></screen></para> + +</sect2> + diff --git a/chapter06/lfs-utils.xml b/chapter06/lfs-utils.xml new file mode 100644 index 000000000..f3d81c0e5 --- /dev/null +++ b/chapter06/lfs-utils.xml @@ -0,0 +1,9 @@ +<sect1 id="ch06-lfs-utils"> +<title>Installing Lfs-Utils-&lfs-utils-version;</title> +<?dbhtml filename="lfs-utils.html" dir="chapter06"?> + +&aa-lfs-utils-shortdesc; +&aa-lfs-utils-dep; +&c6-lfs-utils-inst; + +</sect1> |