Procházet zdrojové kódy

--dbus* switches are no longer needed for systemd

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Chris Staub před 9 roky
rodič
revize
52b602cba7
2 změnil soubory, kde provedl 17 přidání a 23 odebrání
  1. 5 0
      chapter01/changelog.xml
  2. 12 23
      chapter06/systemd.xml

+ 5 - 0
chapter01/changelog.xml

@@ -45,6 +45,11 @@
         <listitem>
           <para>[dj] - Updated to systemd-229.</para>
         </listitem>
+        <listitem>
+          <para>[Chris] - Removed obsolete --dbus* switches from systemd
+          installation - current systemd sets reasonable defaults for D-Bus
+          files.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

+ 12 - 23
chapter06/systemd.xml

@@ -87,21 +87,18 @@ EOF</userinput></screen>
 
     <para>Prepare systemd for compilation:</para>
 
-<screen><userinput remap="configure">./configure --prefix=/usr                                           \
-            --sysconfdir=/etc                                       \
-            --localstatedir=/var                                    \
-            --config-cache                                          \
-            --with-rootprefix=                                      \
-            --with-rootlibdir=/lib                                  \
-            --enable-split-usr                                      \
-            --disable-firstboot                                     \
-            --disable-ldconfig                                      \
-            --disable-sysusers                                      \
-            --without-python                                        \
-            --docdir=/usr/share/doc/systemd-&systemd-version;                     \
-            --with-dbuspolicydir=/etc/dbus-1/system.d               \
-            --with-dbussessionservicedir=/usr/share/dbus-1/services \
-            --with-dbussystemservicedir=/usr/share/dbus-1/system-services</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr          \
+            --sysconfdir=/etc      \
+            --localstatedir=/var   \
+            --config-cache         \
+            --with-rootprefix=     \
+            --with-rootlibdir=/lib \
+            --enable-split-usr     \
+            --disable-firstboot    \
+            --disable-ldconfig     \
+            --disable-sysusers     \
+            --without-python       \
+            --docdir=/usr/share/doc/systemd-&systemd-version;</userinput></screen>
 
     <variablelist>
       <title>The meaning of the configure options:</title>
@@ -174,14 +171,6 @@ EOF</userinput></screen>
         </listitem>
       </varlistentry>
 
-      <varlistentry>
-        <term><parameter>--with-dbus*</parameter></term>
-        <listitem>
-          <para>These switches ensure that D-Bus configuration files
-          get installed in the correct locations.</para>
-        </listitem>
-      </varlistentry>
-
     </variablelist>
 
     <para>Compile the package:</para>