Changeset 9d3e4bf for connect/dhcp


Ignore:
Timestamp:
09/22/2003 01:54:51 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
14dd96b5
Parents:
d296551c
Message:

update intro to pppoe and dhcpcd

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

Location:
connect/dhcp/dhcpcd
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd/dhcpcd-config.xml

    rd296551c r9d3e4bf  
    11<sect2>
    2 <title>Configuring dhcpcd</title>
     2<title>Configuring <application>dhcpcd</application></title>
    33
    44<sect3><title>Config files</title>
     
    77<sect3><title>Configuration Information</title>
    88
    9 <para>To configure dhcpcd, create the <filename>ifconfig.eth0</filename>
    10 file with the following commands (note that this will overwrite any
    11 existing file):</para>
     9<para>To configure <command>dhcpcd</command>, create the <filename>
     10ifconfig.eth0</filename> file with the following commands (note that this
     11will overwrite any existing file):</para>
    1212
    13 <para><screen><userinput>cd /etc/sysconfig/network-devices &amp;&amp;
    14 cat &gt; ifconfig.eth0 &lt;&lt; "EOF"</userinput>
     13<screen><userinput><command>cd /etc/sysconfig/network-devices &amp;&amp;
     14cat &gt; ifconfig.eth0 &lt;&lt; "EOF"</command>
    1515ONBOOT=yes
    1616DHCP_PROG=/sbin/dhcpcd
    1717DHCP_START=&lt;appropriate start parameters&gt;
    1818DHCP_STOP=-k
    19 <userinput>EOF</userinput></screen></para>
     19<command>EOF</command></userinput></screen>
    2020
    2121<para>For more information on the appropriate
    2222<envar>DHCP_START</envar> and <envar>DHCP_STOP</envar>
    23 values, examine the man page for dhcpcd.</para>
     23values, examine the man page for <command>dhcpcd</command>.</para>
    2424
    2525</sect3>
  • connect/dhcp/dhcpcd/dhcpcd-desc.xml

    rd296551c r9d3e4bf  
    22<title>Contents</title>
    33
    4 <para>The dhcpcd package contains <userinput>dhcpcd</userinput>.</para>
     4<para>The <application>dhcpcd</application> package contains <command>dhcpcd</command>.</para>
    55
    66</sect2>
     
    99
    1010<sect3><title>dhcpcd</title>
    11 <para>dhcpcd is an implementation of the DHCP client specified in
    12 RFC2131 and RFC1541 (depending on which options are specified).</para></sect3>
     11<para><command>dhcpcd</command> is an implementation of the <acronym>DHCP
     12</acronym> client specified in <acronym>RFC</acronym>2131 and
     13<acronym>RFC</acronym>1541 (depending on which options are specified).</para>
     14</sect3>
    1315
    1416</sect2>
  • connect/dhcp/dhcpcd/dhcpcd-inst.xml

    rd296551c r9d3e4bf  
    11<sect2>
    2 <title>Installation of dhcpcd</title>
     2<title>Installation of <application>dhcpcd</application></title>
    33
    4 <para>Before installing dhcpcd, you need to
     4<para>Before installing <application>dhcpcd</application>, you need to
    55download <filename>dhcpcd-&dhcpcd-version;.patch</filename>
    66from <ulink url="&hfile-root;"/> and place it to your source
    77directory.</para>
    88
    9 <para>Install dhcpcd by running the following commands:</para>
     9<para>Install <application>dhcpcd</application> by running the following
     10commands:</para>
    1011
    11 <para><screen><userinput>patch -Np1 -i ../dhcpcd-&dhcpcd-version;.patch &amp;&amp;
     12<screen><userinput><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;.patch &amp;&amp;
    1213./configure --prefix="" --sysconfdir=/var/lib \
    1314--mandir=/usr/share/man &amp;&amp;
    1415make &amp;&amp;
    15 make install</userinput></screen></para>
     16make install</command></userinput></screen>
    1617
    1718
  • connect/dhcp/dhcpcd/dhcpcd-intro.xml

    rd296551c r9d3e4bf  
    11<sect2>
    2 <title>Introduction to dhcpcd</title>
     2<title>Introduction to <application>dhcpcd</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&dhcpcd-download-http;"/>
    5 Download location (FTP):        <ulink url="&dhcpcd-download-ftp;"/>
    6 Version used:                   &dhcpcd-version;
    7 Package size:                   &dhcpcd-size;
    8 Estimated Disk space required:  &dhcpcd-buildsize;</screen>
     4<para>The <application>dhcpcd</application> package contains the
     5<command>dhcpcd</command> client. This is useful for connecting your computer
     6to a network which uses <acronym>DHCP</acronym> to assign network addresses.
     7</para>
    98
    10 <para>The dhcpcd package contains the dhcpcd client. This is useful for
    11 connecting your computer to a network which uses DHCP to assign network
    12 addresses.</para>
     9<sect3><title>Package information</title>
     10<itemizedlist spacing='compact'>
     11<listitem><para>Download (HTTP): <ulink
     12url="&dhcpcd-download-http;"/></para></listitem>
     13<listitem><para>Download (FTP): <ulink
     14url="&dhcpcd-download-ftp;"/></para></listitem>
     15<listitem><para>Download size: &dhcpcd-size;</para></listitem>
     16<listitem><para>Estimated Disk space required:
     17&dhcpcd-buildsize;</para></listitem>
     18<listitem><para>Estimated build time:
     19&dhcpcd-time;</para></listitem></itemizedlist>
     20</sect3>
     21
    1322
    1423</sect2>
  • connect/dhcp/dhcpcd/dhcpcd.ent

    rd296551c r9d3e4bf  
    1010<!ENTITY dhcpcd-download-ftp "ftp://ftp.phystech.com/pub/dhcpcd-1.3.22-pl4.tar.gz">
    1111<!ENTITY dhcpcd-size "145 KB">
     12<!ENTITY dhcpcd-time "">
Note: See TracChangeset for help on using the changeset viewer.