From c48198906465cc715ccf5212bd9f9a232064e9dd Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 4 Dec 2011 14:23:34 +0000 Subject: use org.mageia interface and /org/mageia path --- conf/mandi.conf | 40 ++++++++++++++++++++-------------------- src/plugin.h | 4 ++-- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/conf/mandi.conf b/conf/mandi.conf index 0ae9f8e..9fdc085 100644 --- a/conf/mandi.conf +++ b/conf/mandi.conf @@ -3,34 +3,34 @@ "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> - + - - - + + + - - - + + + - - - + + + - - - + + + - + - - - + + + - - - + + + diff --git a/src/plugin.h b/src/plugin.h index ad3973a..6aaf7b5 100644 --- a/src/plugin.h +++ b/src/plugin.h @@ -3,8 +3,8 @@ #include -#define PLUGIN_ROOT_INTF "com.mandriva.monitoring" -#define PLUGIN_ROOT_PATH "/com/mandriva/monitoring" +#define PLUGIN_ROOT_INTF "org.mageia.monitoring" +#define PLUGIN_ROOT_PATH "/org/mageia/monitoring" typedef struct plugin_s plugin_t; struct plugin_s { -- cgit v1.2.1