diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 10:50:05 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-08-31 10:50:05 +0000 |
commit | 087e584f625ded123c5e6bc17d5c2ff1f5a8009c (patch) | |
tree | 723740f025b199d937567f0b98aadd807705a4d8 /chapter06 | |
parent | 73eac28cb38d307b6a7414fb8ddb5df77f30205d (diff) |
Small retouches of the text. Wrapping 'last checked' in parentheses.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs-inst.xml | 4 | ||||
-rw-r--r-- | chapter06/inetutils-inst.xml | 3 | ||||
-rw-r--r-- | chapter06/utillinux-inst.xml | 1 |
3 files changed, 3 insertions, 5 deletions
diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml index 557af685e..bf5e3a154 100644 --- a/chapter06/e2fsprogs-inst.xml +++ b/chapter06/e2fsprogs-inst.xml @@ -14,10 +14,9 @@ cd ../e2fsprogs-build</userinput></screen></para> <para><screen><userinput>../e2fsprogs-&e2fsprogs-version;/configure --prefix=/usr --with-root-prefix="" \ --enable-elf-shlibs</userinput></screen></para> -<para>The meaning of the configure options are:</para> +<para>The meaning of the configure options:</para> <itemizedlist> - <listitem><para><userinput>--with-root-prefix=""</userinput>: Certain programs (such as the e2fsck program) are considered essential programs. When, for example, <filename class="directory">/usr</filename> isn't @@ -31,7 +30,6 @@ want.</para></listitem> <listitem><para><userinput>--enable-elf-shlibs</userinput>: This creates the shared libraries which some programs in this package make use of.</para></listitem> - </itemizedlist> <para>Compile the package:</para> diff --git a/chapter06/inetutils-inst.xml b/chapter06/inetutils-inst.xml index 371c76066..75196e76a 100644 --- a/chapter06/inetutils-inst.xml +++ b/chapter06/inetutils-inst.xml @@ -10,7 +10,7 @@ --sysconfdir=/etc --localstatedir=/var </userinput></screen></para> -<para>The meanings of the configure options are:</para> +<para>The meaning of the configure options:</para> <itemizedlist> <listitem><para><userinput>--disable-syslogd</userinput>: This option @@ -25,7 +25,6 @@ because Util-linux installs a better version later.</para></listitem> <listitem><para><userinput>--sysconfdir=/etc</userinput>: This option tells the binaries created by the package to look in /etc for their configuration files</para></listitem> - </itemizedlist> <para>Compile the package:</para> diff --git a/chapter06/utillinux-inst.xml b/chapter06/utillinux-inst.xml index 2d801ad59..ee928f5a8 100644 --- a/chapter06/utillinux-inst.xml +++ b/chapter06/utillinux-inst.xml @@ -27,6 +27,7 @@ mkdir -p /var/lib/hwclock</userinput></screen></para> <para><screen><userinput>make HAVE_SLN=yes</userinput></screen></para> <para>The meaning of the make parameter:</para> + <itemizedlist> <listitem><para><userinput>HAVE_SLN=yes</userinput>: This prevents the <userinput>sln</userinput> program (a statically linked |