Ignore:
Timestamp:
01/30/2016 08:17:30 PM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
b93238f0
Parents:
852ccfd5
Message:

Merge chapter 14 from trunk, merge recent updates from trunk to completed chapters, more -systemd.xml files cleanup.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16869 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcpcd.xml

    r852ccfd5 rcbc3f97  
    77  <!ENTITY dhcpcd-download-http "http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz">
    88  <!ENTITY dhcpcd-download-ftp  "ftp://roy.marples.name/pub/dhcpcd/dhcpcd-&dhcpcd-version;.tar.xz">
    9   <!--<!ENTITY dhcpcd-download-ftp  "ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">-->
    10   <!ENTITY dhcpcd-md5sum        "8357d023c4687d27bc6ea7964236b2a6">
     9  <!ENTITY dhcpcd-md5sum        "a7b83c57f47b62f48373905d3b4f7978">
    1110  <!ENTITY dhcpcd-size          "176 KB">
    12   <!ENTITY dhcpcd-buildsize     "3.4 MB">
     11  <!ENTITY dhcpcd-buildsize     "2.6 MB">
    1312  <!ENTITY dhcpcd-time          "less than 0.1 SBU">
    1413]>
     
    8887
    8988<screen><userinput>./configure --libexecdir=/lib/dhcpcd \
    90             --dbdir=/var/tmp         &amp;&amp;
     89            --dbdir=/var/lib/dhcpcd  &amp;&amp;
    9190make</userinput></screen>
    9291
     
    120119
    121120    <para>
    122       <parameter>--dbdir=/var/tmp</parameter>: The default
    123       <filename class="directory">/var/lib</filename> is not FHS-compliant
     121      <parameter>--dbdir=/var/lib/dhcpcd</parameter>: The default
     122      <filename class="directory">/var/db</filename> is not FHS-compliant
    124123    </para>
    125124
     
    172171
    173172      <note>
    174         <para id="dhcpcd-config3">
    175           The default behavior of <command>dhcpcd</command> sets the
    176           hostname and mtu settings. It also overwrites
    177           <filename>/etc/resolv.conf</filename> and
    178           <filename>/etc/ntp.conf</filename>.
    179 
    180           These modifications to system files and settings on system
    181           configuration files are done by hooks which are stored in
    182           <filename class="directory">/lib/dhcpcd/dhcpcd-hooks</filename>.
    183 
    184           Setup <command>dhcpcd</command> by removing or adding hooks from/to
    185           that directory.  The execution of hooks can be disabled by using the
    186           <option>--nohook</option> (<option>-C</option>) command line option or
    187           by the <option>nohook</option> option in the
    188           <filename>/etc/dhcpcd.conf</filename> file.
    189         </para>
     173        <para id="dhcpcd-config3">The default behavior of
     174        <command>dhcpcd</command> sets the hostname and mtu settings.  It also
     175        overwrites <filename>/etc/resolv.conf</filename> and
     176        <filename>/etc/ntp.conf</filename>.
     177
     178        These modifications to system files and settings on system
     179        configuration files are done by hooks which are stored in <filename
     180        class="directory">/lib/dhcpcd/dhcpcd-hooks</filename>.
     181
     182        Setup <command>dhcpcd</command> by removing or adding hooks from/to
     183        that directory.  The execution of hooks can be disabled by using the
     184        <option>--nohook</option> (<option>-C</option>) command line option or
     185        by the <option>nohook</option> option in the
     186        <filename>/etc/dhcpcd.conf</filename> file.</para>
    190187      </note>
    191188
     
    223220
    224221    <segmentedlist>
    225       <segtitle>Installed Programs</segtitle>
    226       <segtitle>Installed Libraries</segtitle>
    227       <segtitle>Installed Directories</segtitle>
     222      <segtitle>Installed Program</segtitle>
     223      <segtitle>Installed Library</segtitle>
     224      <segtitle>Installed Directory</segtitle>
    228225
    229226      <seglistitem>
    230227        <seg>dhcpcd</seg>
    231         <seg>None</seg>
    232         <seg>/lib/dhcpcd</seg>
     228        <seg>/lib/dhcpcd/dev/udev.so</seg>
     229        <seg>/{,var/}lib/dhcpcd and /usr/share/dhcpcd</seg>
    233230      </seglistitem>
    234231    </segmentedlist>
     
    250247      </varlistentry>
    251248
     249      <varlistentry id="dhcpcd-udev">
     250        <term><filename class="libraryfile">udev.so</filename></term>
     251        <listitem>
     252          <para>
     253            add udev support for interface arrival and departure; this is
     254            because udev likes to rename the interface, which it can't do if
     255            dhcpcd grabs it first.
     256          </para>
     257          <indexterm zone="dhcpcd dhcpcd-udev">
     258            <primary sortas="c-dhcpcd-udev">udev.so</primary>
     259          </indexterm>
     260        </listitem>
     261      </varlistentry>
     262
    252263    </variablelist>
    253264
Note: See TracChangeset for help on using the changeset viewer.