source: BOOK/network/common/dhcpcd.xml @ 05d3e34

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 05d3e34 was 37389ed, checked in by Jonathan Norman <nate@…>, 14 years ago

Updated dhcpcd to 5.1.4 and updated build instructions

  • Property mode set to 100644
File size: 2.3 KB
RevLine 
[a8a8b9e]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
[5fdc965]8<sect1 id="ch-network-dhcpcd" role="wrap">
[a8a8b9e]9  <?dbhtml filename="dhcpcd.html"?>
10
11  <title>DHCPCD-&dhcpcd-version;</title>
12
[5fdc965]13  <indexterm zone="ch-network-dhcpcd">
[a8a8b9e]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
[5fdc965]27    <para os="a">If you wish to configure your network to connect to a DHCP
28      server, you will first need to install a DHCP client. CLFS uses the
29      DHCPCD package for this.</para>
[a8a8b9e]30
31    <para os="b">Prepare DHCPCD for compilation:</para>
32
[37389ed]33<screen os="c"><userinput>./configure --prefix=/usr --sbindir=/sbin \
34    --sysconfdir=/etc --dbdir=/var/lib/dhcpcd --libexecdir=/usr/lib/dhcpcd</userinput></screen>
[a8a8b9e]35
[37389ed]36    <para os="d">Compile the package:</para>
[a8a8b9e]37
[37389ed]38<screen os="e"><userinput>make</userinput></screen>
[a8a8b9e]39
[37389ed]40    <para os="f">This package does not come with a test suite.</para>
41
42    <para os="g">Install the package:</para>
43
44<screen os="h"><userinput>make install</userinput></screen>
[a8a8b9e]45
46  </sect2>
47
48  <sect2 id="contents-dhcpcd" role="content">
49    <title>Contents of dhcpcd</title>
50
51    <segmentedlist>
52      <segtitle>Installed files</segtitle>
53
54      <seglistitem>
[593f554e]55        <seg>dhcpcd</seg>
[a8a8b9e]56      </seglistitem>
57    </segmentedlist>
58
59    <variablelist>
60      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
61      <?dbfo list-presentation="list"?>
62      <?dbhtml list-presentation="table"?>
63
64      <varlistentry id="dhcpcd">
65        <term><command>dhcpcd</command></term>
66        <listitem>
[8d157dfa]67          <para>dhcpcd is an implementation of the DHCP client specified in
68          RFC 2131. It gets the host information from a DHCP server and
69          configures the network interface automatically.</para>
[5fdc965]70          <indexterm zone="ch-network-dhcpcd">
[a8a8b9e]71            <primary sortas="e-dhcpcd">dhcpcd</primary>
72          </indexterm>
73        </listitem>
74      </varlistentry>
75
76    </variablelist>
77
78  </sect2>
79
80</sect1>
Note: See TracBrowser for help on using the repository browser.