aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2022-06-10 15:42:39 +0800
committerXi Ruoyao <xry111@xry111.site>2022-06-10 15:50:27 +0800
commit51494bf94759f009fac9f14ee8336ea42c170a84 (patch)
tree9c506b70b59ea200dc09315bcbe662542f34dade
parent9bc47a117d8b168d8854a8cb41c64cf63a84b0df (diff)
dbus: remove --with-console-auth-dir
BLFS no longer contains ConsoleKit, and ConsoleKit can be considered dead now (the ConsoleKit2 fork has no action in the recent year). In BLFS systemd (with PAM) or elogind provide a similar functionality. I can see no reason to mention ConsoleKit in the book now.
-rw-r--r--chapter08/dbus.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/chapter08/dbus.xml b/chapter08/dbus.xml
index 044c04aeb..9845c7431 100644
--- a/chapter08/dbus.xml
+++ b/chapter08/dbus.xml
@@ -56,21 +56,12 @@
--disable-doxygen-docs \
--disable-xml-docs \
--docdir=/usr/share/doc/dbus-&dbus-version; \
- --with-console-auth-dir=/run/console \
--with-system-socket=/run/dbus/system_bus_socket</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
<varlistentry>
- <term><parameter>--with-console-auth-dir=/run/console</parameter></term>
- <listitem>
- <para>This specifies the location of the ConsoleKit authorization
- directory.</para>
- </listitem>
- </varlistentry>
-
- <varlistentry>
<term>
<parameter>--runstatedir=/run</parameter> and
<parameter>--with-system-socket=/run/dbus/system_bus_socket</parameter>