Ignore:
Timestamp:
Apr 20, 2014, 8:57:39 AM (12 years ago)
Author:
Chris Staub <chris@…>
Children:
0be79ea
Parents:
88ef769 (diff), 578ca586 (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:

Merge branch 'systemd' into simp

Conflicts:

BOOK/final-system/common/bash.xml
BOOK/final-system/mips64-chapter.xml
BOOK/final-system/multilib/bash.xml
BOOK/final-system/ppc64-chapter.xml
BOOK/final-system/sparc64-chapter.xml
BOOK/final-system/x86_64-chapter.xml
BOOK/general.ent
BOOK/packages.ent
BOOK/temp-system/common/bash.xml
BOOK/temp-system/mips64-64-chapter.xml
BOOK/temp-system/mips64-chapter.xml
BOOK/temp-system/multilib/bash.xml
BOOK/temp-system/ppc64-64-chapter.xml
BOOK/temp-system/ppc64-chapter.xml
BOOK/temp-system/sparc64-64-chapter.xml
BOOK/temp-system/sparc64-chapter.xml
BOOK/temp-system/x86_64-64-chapter.xml
BOOK/temp-system/x86_64-chapter.xml

File:
1 moved

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/dbus.xml

    r88ef769 r03e6a40  
    66]>
    77
    8 <sect1 id="ch-system-eudev-32" role="wrap">
    9   <?dbhtml filename="eudev.html"?>
     8<sect1 id="ch-system-dbus-32" role="wrap">
     9  <?dbhtml filename="dbus.html"?>
    1010
    11   <title>Eudev-&eudev-version; 32 Bit Libraries</title>
     11  <title>D-Bus-&dbus-version; 32 Bit Libraries</title>
    1212
    13   <indexterm zone="ch-system-eudev-32">
    14     <primary sortas="a-Eudev">Eudev 32 Bit Libraries</primary>
    15     <secondary>32 Bit</secondary>
     13  <indexterm zone="ch-system-dbus-32">
     14    <primary sortas="a-D-Bus">D-Bus 32 Bit Libraries</primary>
    1615  </indexterm>
    1716
    1817  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    19   href="../common/eudev.xml"
     18  href="../common/dbus.xml"
    2019  xpointer="xpointer(//*[@role='package'])"/>
    2120
    2221  <sect2 role="installation">
    23     <title>Installation of Eudev</title>
     22    <title>Installation of D-Bus</title>
    2423
    2524    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    26     href="../common/eudev.xml"
     25    href="../common/dbus.xml"
    2726    xpointer="xpointer(//*[@os='a'])"/>
    2827
    29 <screen os="b"><userinput>PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
    30 CC="gcc ${BUILD32}" ./configure --prefix=/usr --sysconfdir=/etc \
    31     --with-rootprefix="" --libexecdir=/lib --enable-split-usr \
    32     --libdir=/usr/lib --with-rootlibdir=/lib --sbindir=/sbin --bindir=/sbin \
    33     --enable-rule_generator --disable-introspection --disable-keymap \
    34     --disable-gudev --disable-gtk-doc-html --enable-libkmod</userinput></screen>
     28<screen os="b"><userinput>CC="gcc ${BUILD32}" USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} \
     29  ./configure --prefix=/usr --sysconfdir=/etc \
     30    --libdir=/usr/lib --libexecdir=/usr/lib/dbus-1.0 \
     31    --localstatedir=/var --with-systemdsystemunitdir=/lib/systemd/system \
     32    --docdir=/usr/share/doc/dbus-&dbus-version;</userinput></screen>
    3533
    3634    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    37     href="../common/eudev.xml"
     35    href="../common/dbus.xml"
    3836    xpointer="xpointer(//*[@os='c'])"/>
    3937
    4038    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="../common/eudev.xml"
     39    href="../common/dbus.xml"
    4240    xpointer="xpointer(//*[@os='d'])"/>
    4341
    4442    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    45     href="../common/eudev.xml"
     43    href="../common/dbus.xml"
    4644    xpointer="xpointer(//*[@os='e'])"/>
    4745
    4846    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    49     href="../common/eudev.xml"
    50     xpointer="xpointer(//*[@os='e2'])"/>
     47    href="../common/dbus.xml"
     48    xpointer="xpointer(//*[@os='f'])"/>
    5149
    5250    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    53     href="../common/eudev.xml"
     51    href="../common/dbus.xml"
    5452    xpointer="xpointer(//*[@os='g'])"/>
    5553
    5654    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    57     href="../common/eudev.xml"
     55    href="../common/dbus.xml"
    5856    xpointer="xpointer(//*[@os='h'])"/>
     57
     58    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     59    href="../common/dbus.xml"
     60    xpointer="xpointer(//*[@os='i'])"/>
    5961
    6062  </sect2>
     
    6466
    6567    <para>Details on this package are located in <xref
    66     linkend="contents-eudev" role="."/></para>
     68    linkend="contents-dbus" role="."/></para>
    6769
    6870  </sect2>
Note: See TracChangeset for help on using the changeset viewer.