Changeset 3f7242a4 for networking


Ignore:
Timestamp:
09/11/2015 11:20:24 PM (9 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7ec42f5
Parents:
ccd74eb
Message:

dhcp-4.3.3, tested as client.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcp.xml

    rccd74eb r3f7242a4  
    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        "c5577b09c9017cdd319a11ff6364268e">
    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]>
     
    3838    </para>
    3939
    40     &lfs77_checked;
     40    &lfs78_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    126126  <sect2 role="installation">
    127127    <title>Installation of ISC DHCP</title>
     128
     129    <note>
     130      <para>
     131        This package does not support parallel build.
     132      </para>
     133    </note>
    128134
    129135    <para>
     
    158164            --with-cli-lease-file=/var/lib/dhclient/dhclient.leases \
    159165            --with-cli6-lease-file=/var/lib/dhclient/dhclient6.leases &amp;&amp;
    160 make</userinput></screen>
     166make -j1</userinput></screen>
    161167
    162168    <para>
Note: See TracChangeset for help on using the changeset viewer.