Changeset 373b6ea for BOOK/network/common
- Timestamp:
- Jan 1, 2010, 3:08:07 PM (15 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 012dfcb
- Parents:
- 129802d (diff), 52b24ce (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/network/common/dhcpcd.xml
r129802d r373b6ea 31 31 <para os="b">Prepare DHCPCD for compilation:</para> 32 32 33 <screen os="c"><userinput> make PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc\34 DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd</userinput></screen>33 <screen os="c"><userinput>./configure --prefix=/usr --sbindir=/sbin \ 34 --sysconfdir=/etc --dbdir=/var/lib/dhcpcd --libexecdir=/usr/lib/dhcpcd</userinput></screen> 35 35 36 <para os="d"> This package does not come with a test suite.</para>36 <para os="d">Compile the package:</para> 37 37 38 <para os="e">Install the package:</para>38 <screen os="e"><userinput>make</userinput></screen> 39 39 40 <screen os="f"><userinput>make PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc \ 41 DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd install</userinput></screen> 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> 42 45 43 46 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.