Changeset 64809e2


Ignore:
Timestamp:
03/07/2006 06:11:39 AM (18 years ago)
Author:
DJ Lucas <dj@…>
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:
babac3ec
Parents:
b2b2c09
Message:

Updated to dhcpcd-2.0.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd.xml

    rb2b2c09 r64809e2  
    55  %general-entities;
    66
    7   <!ENTITY dhcpcd-download-http "http://www.phystech.com/ftp/dhcpcd-&dhcpcd-version;.tar.gz">
    8   <!ENTITY dhcpcd-download-ftp  "ftp://ftp.phystech.com/pub/dhcpcd-&dhcpcd-version;.tar.gz">
    9   <!ENTITY dhcpcd-md5sum        "dd627a121e43835bead3ffef5b1a72fd">
    10   <!ENTITY dhcpcd-size          "145 KB">
    11   <!ENTITY dhcpcd-buildsize     "944 KB">
     7  <!ENTITY dhcpcd-download-http "http://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">
     8  <!ENTITY dhcpcd-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">
     9  <!ENTITY dhcpcd-md5sum        "74ed2b738f92aeffd88da8ef1d7fb115">
     10  <!ENTITY dhcpcd-size          "124 KB">
     11  <!ENTITY dhcpcd-buildsize     "1.3 MB">
    1212  <!ENTITY dhcpcd-time          "0.04 SBU">
    1313]>
     
    6060    </itemizedlist>
    6161
     62<!--
    6263    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6364    <itemizedlist spacing='compact'>
     
    6667        <ulink url="&patch-root;/dhcpcd-&dhcpcd-version;-fhs-1.patch"/></para>
    6768      </listitem>
    68     </itemizedlist>
     69    </itemizedlist>
     70-->
    6971
    7072  </sect2>
     
    7678    commands:</para>
    7779
    78 <screen><userinput>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs-1.patch &amp;&amp;
    79 ./configure --prefix="" --sysconfdir=/var/lib &amp;&amp;
     80<screen><userinput>./configure --prefix="" --sysconfdir=/var/lib &amp;&amp;
    8081make</userinput></screen>
    8182
     
    8889  <sect2 role="commands">
    8990    <title>Command Explanations</title>
    90 
    91     <para><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs-1.patch</command>:
    92     <application>dhcpcd</application> unpatched puts all configuration
    93     and temporary files in <filename class='directory'>/etc/dhcpc</filename>. This
    94     becomes very annoying when <application>dhcpcd</application> tells you it's
    95     running and it's not. You look in
    96     <filename class="directory">/var/run</filename> for the
    97     <filename>PID</filename> file, but it's not there, the
    98     <filename>PID</filename> file that needs deleting is in
    99     <filename class="directory">/etc/dhcpc</filename>. This patch brings this
    100     program into FHS compliance, but more importantly, puts
    101     files where you expect them to be.</para>
    10291
    10392    <para><parameter>--prefix=""</parameter>: There may be a good reason for
     
    114103
    115104    <para><parameter>--sysconfdir=/var/lib</parameter>: This command installs
    116     configuration files in the <filename class="directory">/var/lib</filename>
    117     directory.</para>
     105    configuration and state files in the
     106    <filename class="directory">/var/lib</filename> directory.</para>
    118107
    119108  </sect2>
  • general.ent

    rb2b2c09 r64809e2  
    1 <!ENTITY day          "06">                   <!-- Always 2 digits -->
     1<!ENTITY day          "07">                   <!-- Always 2 digits -->
    22<!ENTITY month        "03">                   <!-- Always 2 digits -->
    33<!ENTITY year         "2006">
     
    251251<!-- Chapter 14 -->
    252252<!ENTITY dhcp-version                 "3.0.2">
    253 <!ENTITY dhcpcd-version               "1.3.22-pl4">
     253<!ENTITY dhcpcd-version               "2.0.2">
    254254
    255255<!-- Chapter 15 -->
  • introduction/welcome/changelog.xml

    rb2b2c09 r64809e2  
    4242-->
    4343    <listitem>
     44      <para>March 7th, 2006</para>
     45      <itemizedlist>
     46        <listitem>
     47          <para>[dj] - Updated to dhcpcd-2.0.2.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4453      <para>March 6th, 2006</para>
    4554      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.