Ignore:
Timestamp:
05/30/2005 09:31:54 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:
74390482
Parents:
5e9a7236
Message:

Removed excess spaces from the ends of lines in the source files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcp-client.xml

    r5e9a7236 r893d9711  
    2121
    2222  <para>The <application>DHCP</application> package comes with
    23   both a client (<command>dhclient</command>) and a server program for 
    24   using DHCP.  If you want to install this package, 
     23  both a client (<command>dhclient</command>) and a server program for
     24  using DHCP.  If you want to install this package,
    2525  the instructions can be found at <xref linkend="dhcp"/>.
    26   Note that if you only want to use the client, you 
    27   do <emphasis>not</emphasis> need to run the server and so do not need 
     26  Note that if you only want to use the client, you
     27  do <emphasis>not</emphasis> need to run the server and so do not need
    2828  the startup script and links provided for the server daemon.
    29   You only need to run the DHCP server if you're providing 
     29  You only need to run the DHCP server if you're providing
    3030  this service to a network, and it's likely that you'll know if that's the
    3131  case; if it isn't, don't run the server!  Once you have installed the
     
    3636    <title>Configuring DHCP Client</title>
    3737
    38       <para id="dhclient-service">To configure <command>dhclient</command>, 
     38      <para id="dhclient-service">To configure <command>dhclient</command>,
    3939      you need to first install the network service script,
    4040      <filename>/etc/sysconfig/network-devices/services/dhclient</filename>
    41       included in the <xref linkend="intro-important-bootscripts"/> package 
     41      included in the <xref linkend="intro-important-bootscripts"/> package
    4242      (as <systemitem class="username">root</systemitem>):</para>
    4343
     
    4848<screen role='root'><userinput>make install-service-dhclient</userinput></screen>
    4949
    50     <para id="dhclient-config1">Next, create the 
     50    <para id="dhclient-config1">Next, create the
    5151    <filename>/etc/sysconfig/network-devices/ifconfig.eth0/dhclient</filename>
    52     configuration file with the following commands as the <systemitem 
    53     class="username">root</systemitem> user.  Adjust as 
     52    configuration file with the following commands as the <systemitem
     53    class="username">root</systemitem> user.  Adjust as
    5454    necessary for additional interfaces:</para>
    5555
     
    6666EOF</userinput></screen>
    6767
    68     <para>For more information on the appropriate 
     68    <para>For more information on the appropriate
    6969    <envar>DHCP_START</envar> and <envar>DHCP_STOP</envar>
    7070    values, examine the man page for <command>dhclient</command>.</para>
    7171
    72     <para id="dhclient-config2">Finally, you should create the 
    73     <filename>/etc/dhclient.conf</filename> file using the following commands 
     72    <para id="dhclient-config2">Finally, you should create the
     73    <filename>/etc/dhclient.conf</filename> file using the following commands
    7474    as the <systemitem class="username">root</systemitem> user:</para>
    7575
     
    7979
    8080    <note>
    81       <para>You'll need to add a second interface definition to the file if you 
     81      <para>You'll need to add a second interface definition to the file if you
    8282      have more than one interface.</para>
    8383    </note>
Note: See TracChangeset for help on using the changeset viewer.