Changeset 275b1da


Ignore:
Timestamp:
04/11/2008 06:53:54 PM (16 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3103147
Parents:
f70c31f
Message:

Update to dhcp-3.0.6

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/connect/dhcp-client.xml

    rf70c31f r275b1da  
    66]>
    77
    8 <sect1 id="dhcp-client" xreflabel="DHCP-&dhcp-version; Client">
     8<sect1 id="dhcp-client" xreflabel="DHCP-&dhcp-version; Client Configuration">
    99  <?dbhtml filename="dhcpclient.html"?>
    1010
     
    1414  </sect1info>
    1515
    16   <title>DHCP-&dhcp-version; Client</title>
     16  <title>DHCP-&dhcp-version; Client Configuration</title>
    1717
    1818  <indexterm zone="dhcp-client">
  • book/bookinfo.xml

    rf70c31f r275b1da  
    3030
    3131  <legalnotice>
    32     <para>Copyright &copy; 2001-2007, BLFS Development Team</para>
     32    <para>Copyright &copy; 2001-2008, BLFS Development Team</para>
    3333
    3434    <para>All rights reserved.</para>
  • general.ent

    rf70c31f r275b1da  
    44-->
    55
    6 <!ENTITY day          "11">                   <!-- Always 2 digits -->
     6<!ENTITY day          "12">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
     
    318318
    319319<!-- Chapter 14 -->
    320 <!ENTITY dhcp-version                 "3.0.5">
     320<!ENTITY dhcp-version                 "3.0.6">
    321321<!ENTITY dhcpcd-version               "3.0.19">
    322322
  • introduction/welcome/changelog.xml

    rf70c31f r275b1da  
    4545      <para>April 11th, 2008</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[bdubbs] - Updated to dhcp-3.0.6.</para>
     49        </listitem>
    4750        <listitem>
    4851          <para>[randy] - Added a comment to the Tcsh page mentioning that
  • server/other/dhcp.xml

    rf70c31f r275b1da  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    196  <!ENTITY dhcp-download-http "http://gd.tuwien.ac.at/infosys/servers/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
    207  <!ENTITY dhcp-download-ftp "ftp://ftp.isc.org/isc/dhcp/dhcp-&dhcp-version;.tar.gz">
    21   <!ENTITY dhcp-md5sum "ce5d30d4645e4eab1f54561b487d1ec7">
    22   <!ENTITY dhcp-size "864 KB">
    23   <!ENTITY dhcp-buildsize "21.4 MB">
     8  <!ENTITY dhcp-md5sum "724bad21ad8b638abadd5fcc07df1a0f">
     9  <!ENTITY dhcp-size "876 KB">
     10  <!ENTITY dhcp-buildsize "21 MB">
    2411  <!ENTITY dhcp-time "0.1 SBU">
    2512]>
     
    125112<screen><userinput>./configure &amp;&amp;
    126113make</userinput></screen>
     114
     115    <para>This package does not come with a test suite.</para>
    127116
    128117    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.