Ignore:
Timestamp:
05/30/2005 04:13:27 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9f271dd
Parents:
516640ed
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4477 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd.xml

    r516640ed r4839c17  
    1515<sect1 id="dhcpcd" xreflabel="dhcpcd-&dhcpcd-version;">
    1616  <?dbhtml filename="dhcpcd.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Dhcpcd-&dhcpcd-version;</title>
    24  
     24
    2525  <indexterm zone="dhcpcd">
    2626    <primary sortas="a-Dhcpcd">Dhcpcd</primary>
     
    3333    <command>dhcpcd</command> client. This is useful for connecting your computer
    3434    to a network which uses DHCP to assign network addresses.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing='compact'>
     
    6363      </listitem>
    6464    </itemizedlist>
    65    
    66   </sect2>
    67  
     65
     66  </sect2>
     67
    6868  <sect2 role="installation">
    6969    <title>Installation of Dhcpcd</title>
     
    7676    --mandir=/usr/share/man &amp;&amp;
    7777make</userinput></screen>
    78    
     78
    7979    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    80    
     80
    8181<screen role="root"><userinput>make install</userinput></screen>
    82    
    83   </sect2>
    84  
     82
     83  </sect2>
     84
    8585  <sect2 role="commands">
    8686    <title>Command Explanations</title>
     
    9797    program into FHS compliance, but more importantly, puts
    9898    files where you expect them to be.</para>
    99    
     99
    100100    <para><parameter>--prefix=""</parameter>: There may be a good reason for
    101101    abandoning the normal BLFS convention of using
     
    109109    <filename class="directory">/usr/sbin</filename>. This command installs to
    110110    <filename class="directory">/sbin</filename>.</para>
    111    
     111
    112112    <para><parameter>--sysconfdir=/var/lib</parameter>: This command installs
    113113    configuration files in the <filename class="directory">/var/lib</filename>
    114114    directory.</para>
    115    
     115
    116116    <para><parameter>--mandir=/usr/share/man</parameter>: This command installs
    117117    the man pages to the <filename class="directory">/usr/share/man</filename>
    118118    directory.</para>
    119    
    120   </sect2>
    121  
     119
     120  </sect2>
     121
    122122  <sect2 role="configuration">
    123123    <title>Configuring Dhcpcd</title>
     
    125125    <sect3 id="dhcpcd-config">
    126126      <title>Config Files</title>
    127      
     127
    128128      <para><filename>/var/lib/dhcpc/*</filename></para>
    129      
     129
    130130      <indexterm zone="dhcpcd dhcpcd-config">
    131131        <primary sortas="e-var-lib-dhcpc">/var/lib/dhcpc/*</primary>
    132132      </indexterm>
    133    
     133
    134134    </sect3>
    135135
     
    142142      included in the <xref linkend="intro-important-bootscripts"/> package
    143143      (as user <systemitem class="username">root</systemitem>):</para>
    144      
     144
    145145      <indexterm zone="dhcpcd dhcpcd-init">
    146146        <primary sortas="f-dhcpcd">dhcpcd (service script)</primary>
     
    151151      <para id="dhcpcd-config2">Finally, as the <systemitem
    152152      class="username">root</systemitem> user create the
    153       <filename>/etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd</filename> 
     153      <filename>/etc/sysconfig/network-devices/ifconfig.eth0/dhcpcd</filename>
    154154      configuration file using the following commands.  Adjust appropriately
    155155      for additional interfaces:</para>
    156      
     156
    157157      <indexterm zone="dhcpcd dhcpcd-config2">
    158158        <primary sortas="e-etc-sysconfig-dhcpcd">/etc/sysconfig/.../dhcpcd</primary>
     
    178178      <envar>DHCP_STOP</envar> values, examine the man page for
    179179      <command>dhcpcd</command>.</para>
    180      
     180
    181181      <note>
    182182        <para id="dhcpcd-config3">The default behavior of
     
    188188        <envar>DHCP_START</envar> value.</para>
    189189      </note>
    190      
     190
    191191      <indexterm zone="dhcpcd dhcpcd-config3">
    192192        <primary sortas="e-etc-resolv.conf">/etc/resolv.conf</primary>
    193193      </indexterm>
    194      
     194
    195195      <indexterm zone="dhcpcd dhcpcd-config3">
    196196        <primary sortas="e-etc-yp.conf">/etc/yp.conf</primary>
    197197      </indexterm>
    198      
     198
    199199      <indexterm zone="dhcpcd dhcpcd-config3">
    200200        <primary sortas="e-etc-ntp.conf">/etc/ntp.conf</primary>
    201201      </indexterm>
    202      
     202
    203203    </sect3>
    204    
    205   </sect2>
    206  
     204
     205  </sect2>
     206
    207207  <sect2 role="content">
    208208    <title>Contents</title>
     
    212212      <segtitle>Installed Libraries</segtitle>
    213213      <segtitle>Installed Directories</segtitle>
    214      
     214
    215215      <seglistitem>
    216216        <seg>dhcpcd</seg>
     
    219219      </seglistitem>
    220220    </segmentedlist>
    221    
     221
    222222    <variablelist>
    223223      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    224224      <?dbfo list-presentation="list"?>
    225225      <?dbhtml list-presentation="table"?>
    226      
     226
    227227      <varlistentry id="dhcpcd-prog">
    228228        <term><command>dhcpcd</command></term>
     
    236236        </listitem>
    237237      </varlistentry>
    238    
     238
    239239    </variablelist>
    240240
Note: See TracChangeset for help on using the changeset viewer.