Changeset a5404840
- Timestamp:
- 06/21/2007 03:46:03 AM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 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, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- f153e22
- Parents:
- 2932ef8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
connect/dhcp/dhcpcd.xml
r2932ef8 ra5404840 7 7 <!ENTITY dhcpcd-download-http "http://download.berlios.de/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2"> 8 8 <!ENTITY dhcpcd-download-ftp "ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2"> 9 <!ENTITY dhcpcd-md5sum "e c91c33b6d9cb46a42f9564e573fd249">10 <!ENTITY dhcpcd-size " 123KB">11 <!ENTITY dhcpcd-buildsize " 1.2MB">9 <!ENTITY dhcpcd-md5sum "e9100e53f64ca1f9fb0d392c3a623738"> 10 <!ENTITY dhcpcd-size "32.5 KB"> 11 <!ENTITY dhcpcd-buildsize "0.3 MB"> 12 12 <!ENTITY dhcpcd-time "less than 0.1 SBU"> 13 13 ]> … … 68 68 commands:</para> 69 69 70 <screen><userinput>./configure --prefix="" --mandir=/usr/share/man && 71 make</userinput></screen> 70 <screen><userinput>make</userinput></screen> 72 71 73 72 <para>This package does not come with a test suite.</para> … … 75 74 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 76 75 77 <screen role="root"><userinput>make install && 78 chmod -v 754 /etc/dhcpc/dhcpcd.exe</userinput></screen> 76 <screen role="root"><userinput>make install</userinput></screen> 79 77 80 78 </sect2> … … 103 101 <title>Config Files</title> 104 102 105 <para><filename>/etc/dhcpc /dhcpcd.exe</filename></para>103 <para><filename>/etc/dhcpcd.sh</filename></para> 106 104 107 105 <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> 109 107 </indexterm> 110 108 … … 128 126 <para>Whenever <command>dhcpcd</command> configures or shuts down 129 127 a network interface, it executes the script 130 <filename>/etc/dhcpc /dhcpcd.exe</filename>. This script can be128 <filename>/etc/dhcpcd.sh</filename>. This script can be 131 129 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> 133 133 134 134 <para id="dhcpcd-config2">Finally, as the <systemitem … … 199 199 <seg>dhcpcd</seg> 200 200 <seg>None</seg> 201 <seg> /etc/dhcpc and /var/lib/dhcpc</seg>201 <seg>None</seg> 202 202 </seglistitem> 203 203 </segmentedlist> -
general.ent
r2932ef8 ra5404840 293 293 <!-- Chapter 14 --> 294 294 <!ENTITY dhcp-version "3.0.5"> 295 <!ENTITY dhcpcd-version " 2.0.8">295 <!ENTITY dhcpcd-version "3.0.17"> 296 296 297 297 <!-- Chapter 15 --> -
introduction/welcome/changelog.xml
r2932ef8 ra5404840 49 49 #2362. Reported by laxy.</para> 50 50 </listitem> 51 <listitem> 52 <para>[dnicholson] - Updated to dhcpcd-3.0.17.</para> 53 </listitem> 51 54 </itemizedlist> 52 55 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.