glfs/connect/dhcp/dhcpcd/dhcpcd-inst.xml

16 lines
411 B
XML
Raw Normal View History

<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>