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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since b02e3b3 was 8d157dfa, checked in by Chris Staub <chris@…>, 16 years ago

Text cleanup on dhcpcd page

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