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 --- src/plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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