Changeset 52b602c


Ignore:
Timestamp:
02/14/2016 12:31:13 AM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
7.9-systemd
Children:
f6f68e0
Parents:
d4a090e9
Message:

--dbus* switches are no longer needed for systemd

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd4a090e9 r52b602c  
    4646          <para>[dj] - Updated to systemd-229.</para>
    4747        </listitem>
     48        <listitem>
     49          <para>[Chris] - Removed obsolete --dbus* switches from systemd
     50          installation - current systemd sets reasonable defaults for D-Bus
     51          files.</para>
     52        </listitem>
    4853      </itemizedlist>
    4954    </listitem>
  • chapter06/systemd.xml

    rd4a090e9 r52b602c  
    8888    <para>Prepare systemd for compilation:</para>
    8989
    90 <screen><userinput remap="configure">./configure --prefix=/usr                                           \
    91             --sysconfdir=/etc                                       \
    92             --localstatedir=/var                                    \
    93             --config-cache                                          \
    94             --with-rootprefix=                                      \
    95             --with-rootlibdir=/lib                                  \
    96             --enable-split-usr                                      \
    97             --disable-firstboot                                     \
    98             --disable-ldconfig                                      \
    99             --disable-sysusers                                      \
    100             --without-python                                        \
    101             --docdir=/usr/share/doc/systemd-&systemd-version;                     \
    102             --with-dbuspolicydir=/etc/dbus-1/system.d               \
    103             --with-dbussessionservicedir=/usr/share/dbus-1/services \
    104             --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen>
     90<screen><userinput remap="configure">./configure --prefix=/usr          \
     91            --sysconfdir=/etc      \
     92            --localstatedir=/var   \
     93            --config-cache         \
     94            --with-rootprefix=     \
     95            --with-rootlibdir=/lib \
     96            --enable-split-usr     \
     97            --disable-firstboot    \
     98            --disable-ldconfig     \
     99            --disable-sysusers     \
     100            --without-python       \
     101            --docdir=/usr/share/doc/systemd-&systemd-version;</userinput></screen>
    105102
    106103    <variablelist>
     
    172169          <filename>/etc/passwd</filename> files. Both files
    173170          were created early in this chapter.</para>
    174         </listitem>
    175       </varlistentry>
    176 
    177       <varlistentry>
    178         <term><parameter>--with-dbus*</parameter></term>
    179         <listitem>
    180           <para>These switches ensure that D-Bus configuration files
    181           get installed in the correct locations.</para>
    182171        </listitem>
    183172      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.