Changeset cbc3f97 for networking/connect


Ignore:
Timestamp:
01/30/2016 08:17:30 PM (9 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

Location:
networking/connect
Files:
1 edited
3 moved

Legend:

Unmodified
Added
Removed
  • networking/connect/connect.xml

    r852ccfd5 rcbc3f97  
    3232  providers to authenticate the Internet connections.</para>
    3333
    34   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="advanced-network-systemd.xml"/>
    35   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcpcd-systemd.xml"/>
    36   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp-systemd.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="advanced-network.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcpcd.xml"/>
     36  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp.xml"/>
    3737
    3838</chapter>
  • networking/connect/dhcp.xml

    r852ccfd5 rcbc3f97  
    77  <!ENTITY dhcp-download-http " ">
    88  <!ENTITY dhcp-download-ftp  "ftp://ftp.isc.org/isc/dhcp/&dhcp-version;/dhcp-&dhcp-version;.tar.gz">
    9   <!ENTITY dhcp-md5sum        "5a284875dd2c12ddd388416d69156a67">
     9  <!ENTITY dhcp-md5sum        "60f330a69566c52d841ddaab9d7a2662">
    1010  <!ENTITY dhcp-size          "8.8 MB">
    11   <!ENTITY dhcp-buildsize     "110 MB">
     11  <!ENTITY dhcp-buildsize     "212 MB">
    1212  <!ENTITY dhcp-time          "0.5 SBU">
    1313]>
     
    134134  <sect2 role="installation">
    135135    <title>Installation of ISC DHCP</title>
     136
     137    <note>
     138      <para>
     139        This package does not support parallel build.
     140      </para>
     141    </note>
    136142
    137143    <para>
     
    166172            --with-cli-lease-file=/var/lib/dhclient/dhclient.leases \
    167173            --with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases &amp;&amp;
    168 make</userinput></screen>
     174make -j1</userinput></screen>
    169175
    170176    <para>
  • 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.