From acb8e4ca2c76a680bbc9574b6942d54fc1dece09 Mon Sep 17 00:00:00 2001 From: Patrick McCarty Date: Wed, 24 Oct 2012 14:35:10 +0900 Subject: [PATCH] Add a dbus config for system-server --- CMakeLists.txt | 1 + packaging/system-server.spec | 1 + system-server.conf | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 100644 system-server.conf diff --git a/CMakeLists.txt b/CMakeLists.txt index 8ade278..0195001 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,6 +73,7 @@ INSTALL(TARGETS ${PROJECT_NAME} DESTINATION bin) INSTALL(FILES ${MOVINAND_FORMAT} DESTINATION bin) INSTALL(FILES ${UDEV_RULES} DESTINATION ${UDEV_RULES_PATH}) INSTALL(PROGRAMS ${CMAKE_BINARY_DIR}/system_server.sh DESTINATION /etc/rc.d/init.d) +INSTALL(FILES system-server.conf DESTINATION /etc/dbus-1/system.d) ADD_SUBDIRECTORY(restarter) ADD_SUBDIRECTORY(sys_event) diff --git a/packaging/system-server.spec b/packaging/system-server.spec index bc21980..a5a7959 100755 --- a/packaging/system-server.spec +++ b/packaging/system-server.spec @@ -124,6 +124,7 @@ systemctl daemon-reload %{_libdir}/systemd/system/system-server.service %{_datadir}/system-server/udev-rules/91-system-server.rules %{_datadir}/system-server/sys_device_noti/res/locale/*/LC_MESSAGES/*.mo +%config %{_sysconfdir}/dbus-1/system.d/system-server.conf %{_sysconfdir}/rc.d/init.d/system_server.sh %{_sysconfdir}/rc.d/rc3.d/S35system-server %{_sysconfdir}/rc.d/rc5.d/S00system-server diff --git a/system-server.conf b/system-server.conf new file mode 100644 index 0000000..21a6638 --- /dev/null +++ b/system-server.conf @@ -0,0 +1,10 @@ + + + + + + + + + -- 2.7.4