Changeset df8334f for chapter06


Ignore:
Timestamp:
05/18/2004 08:38:03 PM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
91364a5
Parents:
132b753
Message:

HEAD: Retaged the command explanations in Chapter 6.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    r132b753 rdf8334f  
    3737<para>The meaning of the configure options:</para>
    3838
    39 <itemizedlist>
    40 <listitem><para><userinput>--with-root-prefix=""</userinput>: Certain
     39<variablelist>
     40<varlistentry>
     41<term><userinput>--with-root-prefix=""</userinput></term>
     42<listitem><para>Certain
    4143programs (such as the e2fsck program) are considered essential programs.
    4244When, for example, <filename class="directory">/usr</filename> isn't
     
    4749<filename class="directory">/usr</filename> directory, which is not what we
    4850want.</para></listitem>
    49 
    50 <listitem><para><userinput>--enable-elf-shlibs</userinput>: This creates
     51</varlistentry>
     52
     53<varlistentry>
     54<term><userinput>--enable-elf-shlibs</userinput></term>
     55<listitem><para>This creates
    5156the shared libraries which some programs in this package use.</para></listitem>
    52 </itemizedlist>
     57</varlistentry>
     58</variablelist>
    5359
    5460<para>Compile the package:</para>
  • chapter06/glibc.xml

    r132b753 rdf8334f  
    5656<para>The meaning of the new configure options:</para>
    5757
    58 <itemizedlist>
    59 <listitem><para><userinput>--libexecdir=/tmp/pt_chown</userinput>: This changes
     58<variablelist>
     59<varlistentry>
     60<term><userinput>--libexecdir=/tmp/pt_chown</userinput></term>
     61<listitem><para>This changes
    6062the location of the <filename>pt_chown</filename> program from its default of
    6163<filename class="directory">/usr/libexec</filename> to
     
    6365on modern systems, so we install it in a place from which we will delete it
    6466later.</para></listitem>
    65 </itemizedlist>
     67</varlistentry>
     68</variablelist>
    6669
    6770<para>Compile the package:</para>
  • chapter06/inetutils.xml

    r132b753 rdf8334f  
    4949<para>The meaning of the configure options:</para>
    5050
    51 <itemizedlist>
    52 <listitem><para><userinput>--disable-logger</userinput>: This option
     51<variablelist>
     52<varlistentry>
     53<term><userinput>--disable-logger</userinput></term>
     54<listitem><para>This option
    5355prevents Inetutils from installing the logger program, which is used by
    5456scripts to pass messages to the System Log Daemon. We do not install it
    5557because Util-linux installs a better version later.</para></listitem>
     58</varlistentry>
    5659
    57 <listitem><para><userinput>--disable-syslogd</userinput>: This option
     60<varlistentry>
     61<term><userinput>--disable-syslogd</userinput></term>
     62<listitem><para>This option
    5863prevents Inetutils from installing the System Log Daemon, which is
    5964installed with the Sysklogd package.</para></listitem>
     65</varlistentry>
    6066
    61 <listitem><para><userinput>--disable-whois</userinput>: This option disables
     67<varlistentry>
     68<term><userinput>--disable-whois</userinput></term>
     69<listitem><para>This option disables
    6270the building of the Inetutils whois client, which is woefully out of date.
    6371Instructions for a better whois client are in the BLFS book.</para></listitem>
     72</varlistentry>
    6473
    65 <listitem><para><userinput>--disable-servers</userinput>: This disables the
     74<varlistentry>
     75<term><userinput>--disable-servers</userinput></term>
     76<listitem><para>This disables the
    6677installation of the various network servers included as part of the Inetutils
    6778package. These servers are deemed not appropriate in a basic LFS system. Some
     
    7081<ulink url="&blfs-root;view/stable/basicnet/inetutils.html"/>. Note that better
    7182replacements are available for many of these servers.</para></listitem>
    72 </itemizedlist>
     83</varlistentry>
     84</variablelist>
    7385
    7486<para>Compile the package:</para>
  • chapter06/less.xml

    r132b753 rdf8334f  
    3535<para>The meaning of the configure option:</para>
    3636
    37 <itemizedlist>
    38 <listitem><para><userinput>--sysconfdir=/etc</userinput>: This option tells the
    39 programs created by the package to look in <filename>/etc</filename> for their
    40 configuration files.</para></listitem>
    41 </itemizedlist>
     37<variablelist>
     38<varlistentry>
     39<term><userinput>--sysconfdir=/etc</userinput></term>
     40<listitem><para>This option tells the programs created by the package to look in
     41<filename>/etc</filename> for their configuration files.</para></listitem>
     42</varlistentry>
     43</variablelist>
    4244
    4345<para>Compile the package:</para>
  • chapter06/man.xml

    r132b753 rdf8334f  
    5555<para>The meaning of the configure options:</para>
    5656
    57 <itemizedlist>
    58 <listitem><para><userinput>-confdir=/etc</userinput>: This tells the
     57<variablelist>
     58<varlistentry>
     59<term><userinput>-confdir=/etc</userinput></term>
     60<listitem><para>This tells the
    5961<command>man</command> program to look for the <filename>man.conf</filename>
    6062configuration file in the <filename>/etc</filename> directory.</para></listitem>
    61 </itemizedlist>
     63</varlistentry>
     64</variablelist>
    6265
    6366<para>Compile the package:</para>
  • chapter06/mktemp.xml

    r132b753 rdf8334f  
    3939<para>The meaning of the configure option:</para>
    4040
    41 <itemizedlist>
    42 <listitem><para><userinput>--with-libc</userinput>: This causes the
    43 <command>mktemp</command> program to use the <emphasis>mkstemp</emphasis>
    44 and <emphasis>mkdtemp</emphasis> functions from the system C
    45 library.</para></listitem>
    46 </itemizedlist>
     41<variablelist>
     42<varlistentry>
     43<term><userinput>--with-libc</userinput></term>
     44<listitem><para>This causes the <command>mktemp</command> program to
     45use the <emphasis>mkstemp</emphasis> and <emphasis>mkdtemp</emphasis>
     46functions from the system C library.</para></listitem>
     47</varlistentry>
     48</variablelist>
    4749
    4850<para>Compile the package:</para>
  • chapter06/perl.xml

    r132b753 rdf8334f  
    3838<para>The meaning of the configure option:</para>
    3939
    40 <itemizedlist>
    41 <listitem><para><userinput>-Dpager="/bin/less -isR"</userinput>: This corrects
    42 an error in the perldoc code with the invocation of the less
    43 program.</para></listitem>
    44 </itemizedlist>
     40<variablelist>
     41<varlistentry>
     42<term><userinput>-Dpager="/bin/less -isR"</userinput></term>
     43<listitem><para>This corrects an error in the perldoc code with the invocation
     44of the less program.</para></listitem>
     45</varlistentry>
     46</variablelist>
    4547
    4648<para>Compile the package:</para>
  • chapter06/psmisc.xml

    r132b753 rdf8334f  
    3636<para>The meaning of the configure option:</para>
    3737
    38 <itemizedlist>
    39 <listitem><para><userinput>--exec-prefix=""</userinput>: This causes the
     38<variablelist>
     39<varlistentry>
     40<term><userinput>--exec-prefix=""</userinput></term>
     41<listitem><para>This causes the
    4042binaries to be installed in <filename>/bin</filename> instead of
    4143<filename>/usr/bin</filename>. As the Psmisc programs are often used in
    4244bootscripts, they should be available also when the <filename>/usr</filename>
    4345file system isn't mounted.</para></listitem>
    44 </itemizedlist>
     46</varlistentry>
     47</variablelist>
    4548
    4649<para>Compile the package:</para>
  • chapter06/shadow.xml

    r132b753 rdf8334f  
    101101
    102102
    103 <sect2 id="conf-shadow"><title>Configuring Shadow</title>
     103<sect2 id="conf-shadow" role="configuration"><title>Configuring Shadow</title>
    104104<indexterm zone="conf-shadow">
    105105<primary sortas="a-Shadow">Shadow</primary>
     
    131131
    132132
    133 <sect2>
     133<sect2 role="configuration">
    134134<title>Setting the root password</title>
    135135
  • chapter06/sysklogd.xml

    r132b753 rdf8334f  
    5151
    5252
    53 <sect2 id="conf-sysklogd"><title>Configuring Sysklogd</title>
     53<sect2 id="conf-sysklogd" role="configuration"><title>Configuring Sysklogd</title>
    5454<indexterm zone="conf-sysklogd">
    5555<primary sortas="a-Sysklogd">Sysklogd</primary>
  • chapter06/sysvinit.xml

    r132b753 rdf8334f  
    5252
    5353
    54 <sect2 id="conf-sysvinit"><title>Configuring Sysvinit</title>
     54<sect2 id="conf-sysvinit" role="configuration"><title>Configuring Sysvinit</title>
    5555<indexterm zone="conf-sysvinit">
    5656<primary sortas="a-Sysvinit">Sysvinit</primary>
  • chapter06/texinfo.xml

    r132b753 rdf8334f  
    5151<para>The meaning of the make parameter:</para>
    5252
    53 <itemizedlist>
    54 <listitem><para><userinput>TEXMF=/usr/share/texmf</userinput>: The TEXMF
     53<variablelist>
     54<varlistentry>
     55<term><userinput>TEXMF=/usr/share/texmf</userinput></term>
     56<listitem><para>The TEXMF
    5557makefile variable holds the location of the root of your TeX tree if, for
    5658example, you plan to install a TeX package later on.</para></listitem>
    57 </itemizedlist>
     59</varlistentry>
     60</variablelist>
    5861
    5962<para>The Info documentation system uses a plain text file to hold its list of
  • chapter06/util-linux.xml

    r132b753 rdf8334f  
    4343</sect2>
    4444
    45 <sect2>
     45<sect2 role="installation">
    4646<title>Installation of Util-linux</title>
    4747
     
    6161<para>The meaning of the make parameters:</para>
    6262
    63 <itemizedlist>
    64 <listitem><para><userinput>HAVE_KILL=yes</userinput>: This prevents the
     63<variablelist>
     64<varlistentry>
     65<term><userinput>HAVE_KILL=yes</userinput></term>
     66<listitem><para>This prevents the
    6567<command>kill</command> program (already installed by Procps) from being
    6668built and installed again.</para></listitem>
    67 
    68 <listitem><para><userinput>HAVE_SLN=yes</userinput>: This prevents the
     69</varlistentry>
     70
     71<varlistentry>
     72<term><userinput>HAVE_SLN=yes</userinput></term>
     73<listitem><para>This prevents the
    6974<command>sln</command> program (a statically linked
    7075<command>ln</command> already installed by Glibc) from being built and
    7176installed again.</para></listitem>
    72 </itemizedlist>
     77</varlistentry>
     78</variablelist>
    7379
    7480<para>Now install the package:</para>
  • chapter06/vim.xml

    r132b753 rdf8334f  
    2424GCC, Glibc, Grep, Make, Ncurses, Sed</seg></seglistitem>
    2525</segmentedlist>
    26 </sect2>
    27 
    28 <sect2>
     26
     27<tip>
    2928<title>Alternatives to Vim</title>
    3029<para>If you prefer another editor -- like Emacs, Joe, or Nano -- to Vim,
    3130have a look at <ulink url="&blfs-root;view/stable/postlfs/editors.html"/> for
    3231suggested installation instructions.</para>
     32</tip>
    3333</sect2>
    3434
     
    8080
    8181
    82 <sect2 id="conf-vim"><title>Configuring Vim</title>
     82<sect2 id="conf-vim" role="configuration"><title>Configuring Vim</title>
    8383<indexterm zone="conf-vim"><primary sortas="e-/etc/vim">/etc/vim</primary></indexterm>
    8484
Note: See TracChangeset for help on using the changeset viewer.