Ignore:
Timestamp:
02/10/2012 08:24:23 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
ecc6758
Parents:
67106a3d
Message:

Update to dhcp-4.2.3-P2.
Install needed dhclient script in instructions.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcp.xml

    r67106a3d rac02266  
    66  <!-- isc have a weird way of offering the tarballs and without dots in version!
    77    FIXME - change hardcoded 423s in http url and version in ftp when upgrading -->
    8   <!ENTITY dhcp-download-http "http://www.isc.org/software/dhcp/423/download/dhcp-423targz?download=">
    9   <!ENTITY dhcp-download-ftp "ftp://ftp.isc.org/isc/dhcp/4.2.3/dhcp-&dhcp-version;.tar.gz">
    10   <!ENTITY dhcp-md5sum "a06649ec5336d284fc86a0232c0edd63">
     8  <!ENTITY dhcp-download-http " ">
     9  <!ENTITY dhcp-download-ftp "ftp://ftp.isc.org/isc/dhcp/&dhcp-version;/dhcp-&dhcp-version;.tar.gz">
     10  <!ENTITY dhcp-md5sum "14f57fd580d01633d0fad4809007a801">
    1111  <!ENTITY dhcp-size "9.1 MB">
    12   <!ENTITY dhcp-buildsize "185 MB (client and server), 140MB client only, 172MB server only">
     12  <!ENTITY dhcp-buildsize "192 MB (client and server), 140MB client only, 172MB server only">
    1313  <!ENTITY dhcp-time "0.7 SBU (client and server, or server), 0.6 SBU client only ">
    1414]>
     
    118118<screen><userinput>sed -i 's%\(^sbindir =\).*%\1 @prefix@@sbindir@%' server/Makefile.in &amp;&amp;
    119119./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
    120  --sbindir=/sbin \
    121   --with-srv-lease-file=/var/state/dhcp/dhcpd.leases \
    122    --with-srv6-lease-file=/var/state/dhcp/dhcpd6.leases \
    123     --with-cli-lease-file=/var/state/dhclient.leases \
    124      --with-cli6-lease-file=/var/state/dhclient6.leases  &amp;&amp;
     120            --sbindir=/sbin                                      \
     121            --with-srv-lease-file=/var/state/dhcp/dhcpd.leases  \
     122            --with-srv6-lease-file=/var/state/dhcp/dhcpd6.leases \
     123            --with-cli-lease-file=/var/state/dhclient.leases    \
     124            --with-cli6-lease-file=/var/state/dhclient6.leases   &amp;&amp;
    125125sed -i 's/-Werror//' {client,common,dst,omapip,relay,server,tests}/Makefile</userinput></screen>
    126126
     
    138138    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    139139
    140 <screen role="root"><userinput>make install</userinput></screen>
     140<screen role="root"><userinput>make install &amp;&amp;
     141install -v -m755 client/scripts/linux /sbin/dhclient-script</userinput></screen>
    141142
    142143    <para>The supplied <filename>/etc/dhcpd.conf</filename> (server) and
     
    146147    or moving them to a different location.</para>
    147148
    148     <para>Now create the director(y,ies) for the leases.</para>
     149    <para>Now create any needed directories for the leases.</para>
    149150
    150151    <para>For the server:</para>
Note: See TracChangeset for help on using the changeset viewer.