From 64235bdc2d14d2fb1665d308e7518589ec0e9d14 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Thu, 19 Feb 2009 18:15:32 +0100 Subject: changed CrashCather to crash-catcher --- src/Daemon/DBusCommon.h | 43 ++++++++++++++++++++----------------------- src/Daemon/Makefile.am | 3 +++ 2 files changed, 23 insertions(+), 23 deletions(-) (limited to 'src/Daemon') diff --git a/src/Daemon/DBusCommon.h b/src/Daemon/DBusCommon.h index 9504344..186a74a 100644 --- a/src/Daemon/DBusCommon.h +++ b/src/Daemon/DBusCommon.h @@ -1,28 +1,25 @@ -/* - Copyright (C) 2009 Jiri Moskovcak (jmoskovc@redhat.com) - Copyright (C) 2009 RedHat inc. - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. +/* + Copyright (C) 2009 Jiri Moskovcak (jmoskovc@redhat.com) + Copyright (C) 2009 RedHat inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -/* we need this to know the data structures */ -#include "MiddleWare.h" - -#define CC_DBUS_NAME "com.redhat.CrashCatcher" -#define CC_DBUS_PATH "/com/redhat/CrashCatcher" -#define CC_DBUS_IFACE "com.redhat.CrashCatcher" +#define CC_DBUS_NAME "com.redhat.crash_catcher" +#define CC_DBUS_PATH "/com/redhat/crash_catcher" +#define CC_DBUS_IFACE "com.redhat.crash_catcher" //typedef std::vector vector_crash_infos_t; typedef std::vector< std::vector > dbus_vector_crash_infos_t; diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am index 27a7e9e..7182738 100644 --- a/src/Daemon/Makefile.am +++ b/src/Daemon/Makefile.am @@ -7,3 +7,6 @@ crash_catcher_CPPFLAGS = -I../../lib/MiddleWare\ -DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \ -DCONF_DIR=\"$(CONF_DIR)\" crash_catcher_LDADD = ../../lib/MiddleWare/libMiddleWare.la $(DL_LIBS) $(DBUSCPP_LIBS) $(RPM_LIBS) + +dbuscrashcatcherconfdir = ${sysconfdir}/dbus-1/system.d/ +dist_dbuscrashcatcherconf_DATA = dbus-crash-catcher.conf -- cgit