aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Staub <chris@linuxfromscratch.org>2016-02-14 00:31:13 +0000
committerChris Staub <chris@linuxfromscratch.org>2016-02-14 00:31:13 +0000
commit52b602cba78194c0341b418021e5c961c453f114 (patch)
treed5d027b855939a7d149aad2e32508d1f427271af
parentd4a090e9a8406e5ba83d39195094923ed8344444 (diff)
--dbus* switches are no longer needed for systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd@11009 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/systemd.xml35
2 files changed, 17 insertions, 23 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 6f77f5935..28f9c59cc 100644
--- a/chapter01/changelog.xml
+++ b/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>
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 8293a7ea3..bbfac9c61 100644
--- a/chapter06/systemd.xml
+++ b/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>