From 0e84e09ac36d7516af521c3af417acd1c35637f9 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Wed, 22 Jan 2014 13:13:52 -0800 Subject: [PATCH] usr(systemd-dbus): add patch to allow users to use /etc/ --- .../dbus-1.6.12-add-explicit-etc-path.patch | 33 +++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.6.12-add-explicit-etc-path.patch diff --git a/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.6.12-add-explicit-etc-path.patch b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.6.12-add-explicit-etc-path.patch new file mode 100644 index 0000000000..00a12d382b --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/sys-apps/dbus/files/dbus-1.6.12-add-explicit-etc-path.patch @@ -0,0 +1,33 @@ +diff --git a/bus/session.conf.in b/bus/session.conf.in +index e121ff9..f364887 100644 +--- a/bus/session.conf.in ++++ b/bus/session.conf.in +@@ -28,10 +28,11 @@ + + session.d ++ /etc/dbus-1/session.d + + +- session-local.conf ++ /etc/dbus-1/session-local.conf + + contexts/dbus_contexts + +diff --git a/bus/system.conf.in b/bus/system.conf.in +index 92f4cc4..1863a03 100644 +--- a/bus/system.conf.in ++++ b/bus/system.conf.in +@@ -73,10 +73,11 @@ + + system.d ++ /etc/dbus-1/system.d + + +- system-local.conf ++ /etc/dbus-1/system-local.conf + + contexts/dbus_contexts