summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorZdenek Prikryl <zprikryl@redhat.com>2009-02-19 18:15:32 +0100
committerZdenek Prikryl <zprikryl@redhat.com>2009-02-19 18:15:32 +0100
commit64235bdc2d14d2fb1665d308e7518589ec0e9d14 (patch)
tree76bcaf3db0c3da9599f0ad166c569238d4648157 /src/Daemon
parent478eb9a110e235542a829dc287184a681f1abe46 (diff)
downloadabrt-64235bdc2d14d2fb1665d308e7518589ec0e9d14.tar.gz
abrt-64235bdc2d14d2fb1665d308e7518589ec0e9d14.tar.xz
abrt-64235bdc2d14d2fb1665d308e7518589ec0e9d14.zip
changed CrashCather to crash-catcher
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/DBusCommon.h43
-rw-r--r--src/Daemon/Makefile.am3
2 files changed, 23 insertions, 23 deletions
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<crash_info_t> vector_crash_infos_t;
typedef std::vector< std::vector<std::string> > 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