Ignore:
Timestamp:
Jan 1, 2010, 3:08:07 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
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.
Message:

Merged Upstream with Local Repo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/network/common/dhcpcd.xml

    r129802d r373b6ea  
    3131    <para os="b">Prepare DHCPCD for compilation:</para>
    3232
    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>
    3535
    36     <para os="d">This package does not come with a test suite.</para>
     36    <para os="d">Compile the package:</para>
    3737
    38     <para os="e">Install the package:</para>
     38<screen os="e"><userinput>make</userinput></screen>
    3939
    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>
    4245
    4346  </sect2>
Note: See TracChangeset for help on using the changeset viewer.