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/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>
Note: See TracChangeset for help on using the changeset viewer.