Changeset b89d0335 for server


Ignore:
Timestamp:
01/14/2007 06:38:06 PM (17 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
8e1efd0
Parents:
b0db915
Message:

Updated to dhcp-3.0.5

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/other/dhcp.xml

    rb0db915 rb89d0335  
    1919  <!ENTITY dhcp-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
    2020  <!ENTITY dhcp-download-ftp "ftp://ftp.isc.org/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
    21   <!ENTITY dhcp-md5sum "004ef935fd54b8046b16bdde31a9e151">
    22   <!ENTITY dhcp-size "868 KB">
    23   <!ENTITY dhcp-buildsize "21.3 MB">
     21  <!ENTITY dhcp-md5sum "ce5d30d4645e4eab1f54561b487d1ec7">
     22  <!ENTITY dhcp-size "864 KB">
     23  <!ENTITY dhcp-buildsize "21.4 MB">
    2424  <!ENTITY dhcp-time "0.1 SBU">
    2525]>
     
    7373    <itemizedlist spacing='compact'>
    7474      <listitem>
     75        <para>Required Patch:
     76        <ulink url="&patch-root;/dhcp-&dhcp-version;-client_dns-1.patch"/></para>
     77      </listitem>
     78      <listitem>
    7579        <para>Optional Patch:
    7680        <ulink url="&patch-root;/dhcp-&dhcp-version;-iproute2-1.patch"/></para>
     
    105109  <sect2 role="installation">
    106110    <title>Installation of DHCP</title>
     111
     112    <para>First fix a problem with always regenerating
     113          /etc/resolv.conf whether the DNS server has changed or not.</para>
     114
     115<screen><userinput>patch -Np1 -i ../dhcp-&dhcp-version;-client_dns-1.patch</userinput></screen>
    107116
    108117    <para>If you chose not to install net-tools, apply the
Note: See TracChangeset for help on using the changeset viewer.