diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:47:19 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-09 14:47:19 +0200 |
commit | 3b947e8027ba343d45d24ab84cb1e6d8002459e5 (patch) | |
tree | 40dec8c23071299e9e4d4bf1582d112aecb6a53e /extra/dbus/session-local.conf | |
parent | b95f49026a35e581201086b18b1954590c0fb9a3 (diff) | |
download | nutyx-extra-3b947e8027ba343d45d24ab84cb1e6d8002459e5.tar.gz nutyx-extra-3b947e8027ba343d45d24ab84cb1e6d8002459e5.tar.bz2 nutyx-extra-3b947e8027ba343d45d24ab84cb1e6d8002459e5.tar.xz nutyx-extra-3b947e8027ba343d45d24ab84cb1e6d8002459e5.zip |
Ajout de dbus#1.2.16-1
Diffstat (limited to 'extra/dbus/session-local.conf')
-rw-r--r-- | extra/dbus/session-local.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/dbus/session-local.conf b/extra/dbus/session-local.conf new file mode 100644 index 000000000..38a46c4f2 --- /dev/null +++ b/extra/dbus/session-local.conf @@ -0,0 +1,9 @@ +<!DOCTYPE busconfig PUBLIC + "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> +<busconfig> + + <!-- Search for .service files in /usr/local --> + <servicedir>/usr/local/share/dbus-1/services</servicedir> + +</busconfig> |