Changeset 373b6ea for BOOK/network


Ignore:
Timestamp:
Jan 1, 2010, 3:08:07 PM (15 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.

Location:
BOOK/network
Files:
2 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>
  • BOOK/network/multilib/dhcpcd.xml

    r129802d r373b6ea  
    3030    xpointer="xpointer(//*[@os='b'])"/>
    3131
    32 <screen os="c"><userinput>make CC="gcc ${BUILD64}" PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc \
    33     DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd</userinput></screen>
     32<screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --sbindir=/sbin \
     33    --sysconfdir=/etc --dbdir=/var/lib/dhcpcd --libexecdir=/usr/lib/dhcpcd</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4141    xpointer="xpointer(//*[@os='e'])"/>
    4242
    43 <screen os="f"><userinput>make CC="gcc ${BUILD64}" PREFIX=/usr BINDIR=/sbin SYSCONFDIR=/etc \
    44     DBDIR=/var/lib/dhcpcd LIBEXECDIR=/usr/lib/dhcpcd install</userinput></screen>
     43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     44    href="../common/dhcpcd.xml"
     45    xpointer="xpointer(//*[@os='f'])"/>
     46
     47    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     48    href="../common/dhcpcd.xml"
     49    xpointer="xpointer(//*[@os='g'])"/>
     50
     51    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     52    href="../common/dhcpcd.xml"
     53    xpointer="xpointer(//*[@os='h'])"/>
    4554
    4655  </sect2>
Note: See TracChangeset for help on using the changeset viewer.