[system-tools-backends-clone] bgo#592337 - Wrong path in D-Bus system service
- From: Milan Bouchet-Valat <milanbv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [system-tools-backends-clone] bgo#592337 - Wrong path in D-Bus system service
- Date: Wed, 19 Aug 2009 14:32:41 +0000 (UTC)
commit 9e8286045a0c9522c6071e6bedf1a10348e41255
Author: Milan Bouchet-Valat <nalimilan club fr>
Date: Wed Aug 19 16:17:39 2009 +0200
bgo#592337 - Wrong path in D-Bus system service
This would prevent the backends to be started via D-Bus activation...
configure.in | 4 ++--
org.freedesktop.SystemToolsBackends.service.in | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.in b/configure.in
index 8a20e86..2a24f11 100644
--- a/configure.in
+++ b/configure.in
@@ -45,8 +45,8 @@ AC_SUBST(EXPANDED_DATADIR)
AC_EXPAND(sysconfdir,"NONE",EXPANDED_SYSCONFDIR)
AC_SUBST(EXPANDED_SYSCONFDIR)
-AC_EXPAND(bindir,"NONE",bindir)
-AC_SUBST(bindir)
+AC_EXPAND(sbindir,"NONE",sbindir)
+AC_SUBST(sbindir)
AC_EXPAND(localstatedir, "NONE", localstatedir)
AC_DEFINE_UNQUOTED(LOCALSTATEDIR, "${localstatedir}", [localstatedir])
diff --git a/org.freedesktop.SystemToolsBackends.service.in b/org.freedesktop.SystemToolsBackends.service.in
index 7fdcb71..41053b7 100644
--- a/org.freedesktop.SystemToolsBackends.service.in
+++ b/org.freedesktop.SystemToolsBackends.service.in
@@ -1,4 +1,4 @@
[D-BUS Service]
Name=org.freedesktop.SystemToolsBackends
-Exec= bindir@/system-tools-backends
+Exec= sbindir@/system-tools-backends
User=root
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]