]> git.ipfire.org Git - thirdparty/systemd.git/commit
turn kdbus support into a runtime option 263/head
authorKay Sievers <kay@vrfy.org>
Wed, 17 Jun 2015 14:37:55 +0000 (16:37 +0200)
committerKay Sievers <kay@vrfy.org>
Wed, 17 Jun 2015 16:01:49 +0000 (18:01 +0200)
commit1b09f548c7f303b486b5b1321c06336bff72ada4
tree0fda8c2849b2226ba773dcdc7d7d15132dbac5f6
parenta54941f1b47507e1609f0d8eb224f5a5a5732c0e
turn kdbus support into a runtime option

./configure --enable/disable-kdbus can be used to set the default
behavior regarding kdbus.

If no kdbus kernel support is available, dbus-dameon will be used.

With --enable-kdbus, the kernel command line option "kdbus=0" can
be used to disable kdbus.

With --disable-kdbus, the kernel command line option "kdbus=1" is
required to enable kdbus support.
21 files changed:
Makefile-man.am
Makefile.am
configure.ac
man/systemd-bus-proxyd.xml
man/systemd-bus-proxyd@.service.xml
src/basic/def.h
src/bus-proxyd/bus-proxyd.c
src/bus-proxyd/stdio-bridge.c
src/core/execute.c
src/core/kmod-setup.c
src/core/load-fragment-gperf.gperf.m4
src/core/manager.c
src/core/mount-setup.c
src/core/service.c
src/libsystemd/sd-bus/sd-bus.c
src/login/pam_systemd.c
src/machine/machine-dbus.c
src/shared/bus-util.c
sysusers.d/systemd.conf.m4
units/systemd-networkd.service.m4.in
units/systemd-resolved.service.m4.in