source: BOOK/final-system/common/dhcpcd.xml@ a8a8b9e

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since a8a8b9e was a8a8b9e, checked in by Jim Gifford <clfs@…>, 16 years ago

Added: DHCPCD 4.0.7

  • Property mode set to 100644
File size: 2.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-dhcpcd" role="wrap">
9 <?dbhtml filename="dhcpcd.html"?>
10
11 <title>DHCPCD-&dhcpcd-version;</title>
12
13 <indexterm zone="ch-system-dhcpcd">
14 <primary sortas="a-DHCPCD">DHCPCD</primary>
15 </indexterm>
16
17 <sect2 role="package">
18 <title/>
19
20 <para>The DHCPCD package provides a DHCP Client for network configuration.</para>
21
22 </sect2>
23
24 <sect2 role="installation">
25 <title>Installation of DHCPCD</title>
26
27 <note os="a">
28 <para>This is an optional build. Only build this if you intend on using
29 a DHCP Server to automatically configure IP Addresses for your system.</para>
30 </note>
31
32 <para os="b">Prepare DHCPCD for compilation:</para>
33
34<screen os="c"><userinput>make PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc \
35 DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd</userinput></screen>
36
37 <para os="d">This package does not come with a test suite.</para>
38
39 <para os="e">Install the package:</para>
40
41<screen os="f"><userinput>make PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc \
42 DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd install</userinput></screen>
43
44 </sect2>
45
46 <sect2 id="contents-dhcpcd" role="content">
47 <title>Contents of dhcpcd</title>
48
49 <segmentedlist>
50 <segtitle>Installed files</segtitle>
51
52 <seglistitem>
53 <seg>To Follow</seg>
54 </seglistitem>
55 </segmentedlist>
56
57 <variablelist>
58 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
59 <?dbfo list-presentation="list"?>
60 <?dbhtml list-presentation="table"?>
61
62 <varlistentry id="dhcpcd">
63 <term><command>dhcpcd</command></term>
64 <listitem>
65 <para>To Follow</para>
66 <indexterm zone="ch-system-dhcpcd">
67 <primary sortas="e-dhcpcd">dhcpcd</primary>
68 </indexterm>
69 </listitem>
70 </varlistentry>
71
72 </variablelist>
73
74 </sect2>
75
76</sect1>
Note: See TracBrowser for help on using the repository browser.