Ignore:
Timestamp:
08/22/2007 04:10:11 AM (17 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
18f3057
Parents:
b5972ac
Message:

Updated to dhcpcd-3.0.19.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd.xml

    rb5972ac radd19ff9  
    77  <!ENTITY dhcpcd-download-http "http://download.berlios.de/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2">
    88  <!ENTITY dhcpcd-download-ftp  "ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">
    9   <!ENTITY dhcpcd-md5sum        "e9100e53f64ca1f9fb0d392c3a623738">
     9  <!ENTITY dhcpcd-md5sum        "90d6df62d663bdea65d5905023377b39">
    1010  <!ENTITY dhcpcd-size          "32.5 KB">
    1111  <!ENTITY dhcpcd-buildsize     "0.3 MB">
     
    2121  </sect1info>
    2222
    23   <title>Dhcpcd-&dhcpcd-version;</title>
     23  <title>dhcpcd-&dhcpcd-version;</title>
    2424
    2525  <indexterm zone="dhcpcd">
    26     <primary sortas="a-Dhcpcd">Dhcpcd</primary>
     26    <primary sortas="a-dhcpcd">dhcpcd</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Dhcpcd</title>
    31 
    32     <para><application>dhcpcd</application>is an implementation of the
     30    <title>Introduction to dhcpcd</title>
     31
     32    <para><application>dhcpcd</application> is an implementation of the
    3333    DHCP client specified in RFC2131. This is useful for connecting
    3434    your computer to a network which uses DHCP to assign network
     
    6363
    6464  <sect2 role="installation">
    65     <title>Installation of Dhcpcd</title>
     65    <title>Installation of dhcpcd</title>
    6666
    6767    <para>Install <application>dhcpcd</application> by running the following
     
    7878  </sect2>
    7979
    80   <sect2 role="commands">
    81     <title>Command Explanations</title>
    82 
    83     <para><parameter>--prefix=""</parameter>: There may be a good reason for
    84     abandoning the normal BLFS convention of using
    85     <parameter>--prefix=/usr</parameter> here.  If you are installing
    86     DHCP, it is likely that it is
    87     required during the boot process and
    88     <filename class="directory">/usr</filename> may be network mounted, in which
    89     case <command>dhcpcd</command> wouldn't be available due to being on the
    90     network! Therefore, depending on your situation, you may want it to be
    91     installed in <filename class="directory">/sbin</filename> or
    92     <filename class="directory">/usr/sbin</filename>. This command installs to
    93     <filename class="directory">/sbin</filename>.</para>
    94 
    95   </sect2>
    96 
    9780  <sect2 role="configuration">
    98     <title>Configuring Dhcpcd</title>
     81    <title>Configuring dhcpcd</title>
    9982
    10083    <sect3 id="dhcpcd-config">
     
    10487
    10588      <indexterm zone="dhcpcd dhcpcd-config">
    106         <primary sortas="e-etc-dhcpc">/etc/dhcpcd.sh</primary>
     89        <primary sortas="e-etc-dhcpcd-sh">/etc/dhcpcd.sh</primary>
    10790      </indexterm>
    10891
Note: See TracChangeset for help on using the changeset viewer.