Changeset a5404840


Ignore:
Timestamp:
06/21/2007 03:46:03 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
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:
f153e22
Parents:
2932ef8
Message:

Updated to dhcpcd-3.0.17

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • connect/dhcp/dhcpcd.xml

    r2932ef8 ra5404840  
    77  <!ENTITY dhcpcd-download-http "http://download.berlios.de/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2">
    88  <!ENTITY dhcpcd-download-ftp  "ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2">
    9   <!ENTITY dhcpcd-md5sum        "ec91c33b6d9cb46a42f9564e573fd249">
    10   <!ENTITY dhcpcd-size          "123 KB">
    11   <!ENTITY dhcpcd-buildsize     "1.2 MB">
     9  <!ENTITY dhcpcd-md5sum        "e9100e53f64ca1f9fb0d392c3a623738">
     10  <!ENTITY dhcpcd-size          "32.5 KB">
     11  <!ENTITY dhcpcd-buildsize     "0.3 MB">
    1212  <!ENTITY dhcpcd-time          "less than 0.1 SBU">
    1313]>
     
    6868    commands:</para>
    6969
    70 <screen><userinput>./configure --prefix="" --mandir=/usr/share/man &amp;&amp;
    71 make</userinput></screen>
     70<screen><userinput>make</userinput></screen>
    7271
    7372    <para>This package does not come with a test suite.</para>
     
    7574    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7675
    77 <screen role="root"><userinput>make install &amp;&amp;
    78 chmod -v 754 /etc/dhcpc/dhcpcd.exe</userinput></screen>
     76<screen role="root"><userinput>make install</userinput></screen>
    7977
    8078  </sect2>
     
    103101      <title>Config Files</title>
    104102
    105       <para><filename>/etc/dhcpc/dhcpcd.exe</filename></para>
     103      <para><filename>/etc/dhcpcd.sh</filename></para>
    106104
    107105      <indexterm zone="dhcpcd dhcpcd-config">
    108         <primary sortas="e-etc-dhcpc">/etc/dhcpc/dhcpcd.exe</primary>
     106        <primary sortas="e-etc-dhcpc">/etc/dhcpcd.sh</primary>
    109107      </indexterm>
    110108
     
    128126      <para>Whenever <command>dhcpcd</command> configures or shuts down
    129127      a network interface, it executes the script
    130       <filename>/etc/dhcpc/dhcpcd.exe</filename>. This script can be
     128      <filename>/etc/dhcpcd.sh</filename>. This script can be
    131129      customized to perform additional actions for the network interface.
    132       See the man page of <command>dhcpcd</command> for more details.</para>
     130      See the man page of <command>dhcpcd</command> for more details. An
     131      example file is shipped in the tarball which can be used to send
     132      the interface details to syslog.</para>
    133133
    134134      <para id="dhcpcd-config2">Finally, as the <systemitem
     
    199199        <seg>dhcpcd</seg>
    200200        <seg>None</seg>
    201         <seg>/etc/dhcpc and /var/lib/dhcpc</seg>
     201        <seg>None</seg>
    202202      </seglistitem>
    203203    </segmentedlist>
  • general.ent

    r2932ef8 ra5404840  
    293293<!-- Chapter 14 -->
    294294<!ENTITY dhcp-version                 "3.0.5">
    295 <!ENTITY dhcpcd-version               "2.0.8">
     295<!ENTITY dhcpcd-version               "3.0.17">
    296296
    297297<!-- Chapter 15 -->
  • introduction/welcome/changelog.xml

    r2932ef8 ra5404840  
    4949          #2362. Reported by laxy.</para>
    5050        </listitem>
     51        <listitem>
     52          <para>[dnicholson] - Updated to dhcpcd-3.0.17.</para>
     53        </listitem>
    5154      </itemizedlist>
    5255    </listitem>
Note: See TracChangeset for help on using the changeset viewer.