Ignore:
Timestamp:
Jan 1, 2010, 11:30:36 AM (14 years ago)
Author:
Jonathan Norman <nate@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
52b24ce
Parents:
43b5a96
Message:

Updated dhcpcd to 5.1.4 and updated build instructions

File:
1 edited

Legend:

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

    r43b5a96 r37389ed  
    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.