From 4ec09a85d5f725f4fccd6c6617e88affee0c6d8a Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Thu, 9 Jun 2016 16:06:11 +0900 Subject: [PATCH] move pid file path of system dbus-daemon from /var/run/dbus/pid to /tmp/dbus_launch Signed-off-by: INSUN PYO Change-Id: I5c8d33c56c84bbc00242109a0c10af5c2a7664fd --- packaging/dbus.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/dbus.spec b/packaging/dbus.spec index 2ff1dca..142a833 100644 --- a/packaging/dbus.spec +++ b/packaging/dbus.spec @@ -108,9 +108,10 @@ export V=1 %if %{with kdbus} --enable-kdbus-transport \ %if %{with dbuspolicy} - --enable-libdbuspolicy \ + --enable-libdbuspolicy \ %endif %endif + --with-system-pid-file=/tmp/dbus_launch \ --with-console-auth-dir=/var/run/dbus/at_console/ \ --with-systemdsystemunitdir=%{_unitdir} \ --enable-smack \ -- 2.7.4