source: clfs-sysroot/BOOK/final-system/common/dhcpcd.xml@ ccbeb45

Last change on this file since ccbeb45 was 12e6567, checked in by Joe Ciccone <jciccone@…>, 15 years ago

Added a sysroot wrapper.
Updated the build variables section of the book, each package uses its own.

  • Property mode set to 100644
File size: 2.3 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-final-system-dhcpcd" role="wrap">
9 <?dbhtml filename="dhcpcd.html"?>
10
11 <title>DHCPCD-&dhcpcd-version;</title>
12
13 <indexterm zone="ch-final-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 &env-target;
25
26 <sect2 role="installation">
27 <title>Installation of DHCPCD</title>
28
29 <note os="a">
30 <para>This build is optional. You only need to build this if you intend
31 on using a DHCP Server to automatically configure at least one network
32 interface on your system.</para>
33 </note>
34
35 <para os="b">Prepare DHCPCD for compilation:</para>
36
37<screen os="c"><userinput>make PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc \
38 DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd</userinput></screen>
39
40 <para os="d">This package does not come with a test suite.</para>
41
42 <para os="e">Install the package:</para>
43
44<screen os="f"><userinput>make PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc \
45 DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd \
46 DESTDIR=${CLFS} install</userinput></screen>
47
48 </sect2>
49
50 <sect2 id="contents-dhcpcd" role="content">
51 <title>Contents of dhcpcd</title>
52
53 <segmentedlist>
54 <segtitle>Installed files</segtitle>
55
56 <seglistitem>
57 <seg>dhcpcd</seg>
58 </seglistitem>
59 </segmentedlist>
60
61 <variablelist>
62 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
63 <?dbfo list-presentation="list"?>
64 <?dbhtml list-presentation="table"?>
65
66 <varlistentry id="dhcpcd">
67 <term><command>dhcpcd</command></term>
68 <listitem>
69 <para>dhcpcd is an implementation of the DHCP client specified in
70 RFC 2131. It gets the host information from a DHCP server and
71 configures the network interface automatically.</para>
72 <indexterm zone="ch-final-system-dhcpcd">
73 <primary sortas="e-dhcpcd">dhcpcd</primary>
74 </indexterm>
75 </listitem>
76 </varlistentry>
77
78 </variablelist>
79
80 </sect2>
81
82</sect1>
Note: See TracBrowser for help on using the repository browser.