glfs/connect/dhcp/dhcpcd/dhcpcd-inst.xml
Tushar Teredesai ce2d9568b9 Patches reorganization - Part IV
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1297 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-04 06:53:41 +00:00

16 lines
411 B
XML

<sect2>
<title>Installation of <application>dhcpcd</application></title>
<para>Install <application>dhcpcd</application> by running the following
commands:</para>
<screen><userinput><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs.patch &amp;&amp;
./configure --prefix="" --sysconfdir=/var/lib \
--mandir=/usr/share/man &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>