From 4e4394d86eee30316509f6d87b600d758c04f89d Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Fri, 10 Aug 2012 11:35:39 -0700 Subject: [PATCH] Add a dbus config for msg-service msg-service sends a request to libslp-tapi to own the name "org.tizen.msgfw" on the system bus, so a dbus config file is required to permit this action. Change-Id: Ib344723e8fea33575714a8b21d8a5e88792d149b Signed-off-by: Patrick McCarty --- CMakeLists.txt | 1 + config/msg-service.conf | 10 ++++++++++ packaging/msg-service.changes | 3 +++ packaging/msg-service.spec | 1 + 4 files changed, 15 insertions(+) create mode 100644 config/msg-service.conf diff --git a/CMakeLists.txt b/CMakeLists.txt index 16400fd..5591536 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,3 +74,4 @@ INSTALL(FILES ${CMAKE_BINARY_DIR}/msg-service.pc DESTINATION lib/pkgconfig) SET(RC_LOCAL_SCRIPT msg-server) INSTALL(PROGRAMS ${RC_LOCAL_SCRIPT} DESTINATION /etc/rc.d/init.d) +INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/config/msg-service.conf DESTINATION /etc/dbus-1/system.d) diff --git a/config/msg-service.conf b/config/msg-service.conf new file mode 100644 index 0000000..9a5ed32 --- /dev/null +++ b/config/msg-service.conf @@ -0,0 +1,10 @@ + + + + + + + + + diff --git a/packaging/msg-service.changes b/packaging/msg-service.changes index 36a6bc5..1a7bafa 100644 --- a/packaging/msg-service.changes +++ b/packaging/msg-service.changes @@ -1,3 +1,6 @@ +* Fri Aug 10 2012 Patrick McCarty 3165698 +- Add a dbus config for msg-service + * Fri Jul 27 2012 Patrick McCarty 2043b13 - Set memory/msg/ready in %post to fix msg-server state detection diff --git a/packaging/msg-service.spec b/packaging/msg-service.spec index 8b2730c..f87f5e1 100644 --- a/packaging/msg-service.spec +++ b/packaging/msg-service.spec @@ -276,6 +276,7 @@ vconftool set -t bool memory/msg/ready 0 -i -g 5000 %{_libdir}/libmsg_transaction_manager.so %{_libdir}/libmsg_utils.so %{_libdir}/libmsg_transaction_proxy.so +%config %{_sysconfdir}/dbus-1/system.d/msg-service.conf %{_sysconfdir}/rc.d/init.d/msg-server %{_sysconfdir}/rc.d/rc3.d/S70msg-server %{_sysconfdir}/rc.d/rc5.d/S70msg-server -- 2.7.4