source: connect/dhcp/dhcpcd/dhcpcd-inst.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 480 bytes
Line 
1<sect2>
2<title>Installation of dhcpcd</title>
3
4<para>Depending on whether you want dhcpcd to be in /sbin or /usr/sbin,
5use one of the following sets of commands. For /sbin:</para>
6
7<para><screen><userinput>./configure --prefix=/ &amp;&amp;
8make &amp;&amp;
9make install</userinput></screen></para>
10
11<para>and for /usr/sbin:</para>
12
13<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
14make &amp;&amp;
15make install</userinput></screen></para>
16
17</sect2>
18
Note: See TracBrowser for help on using the repository browser.