mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
ce2d9568b9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1297 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
411 B
XML
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 &&
|
|
./configure --prefix="" --sysconfdir=/var/lib \
|
|
--mandir=/usr/share/man &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
|
|
</sect2>
|
|
|