summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 02:13:24 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-06 02:13:24 +0200
commit94e55c784463fea7913791ebd9a53875f3be2e5c (patch)
tree2f96c856c2e3975d80ce3f2890db1c5dcdf3e51d /src/Daemon
parent0acf7bbbbb822f1259cf1e3211e5e79724be6bf7 (diff)
downloadabrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.gz
abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.tar.xz
abrt-94e55c784463fea7913791ebd9a53875f3be2e5c.zip
trailing whitespace removal. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/CrashWatcher.h4
-rw-r--r--src/Daemon/Makefile.am31
-rw-r--r--src/Daemon/abrt.82
-rw-r--r--src/Daemon/abrt.conf.58
-rw-r--r--src/Daemon/exported-symbols4
5 files changed, 30 insertions, 19 deletions
diff --git a/src/Daemon/CrashWatcher.h b/src/Daemon/CrashWatcher.h
index 66ca71f0..bc71269d 100644
--- a/src/Daemon/CrashWatcher.h
+++ b/src/Daemon/CrashWatcher.h
@@ -69,7 +69,7 @@ class CCrashWatcher
{}
} cron_callback_data_t;
-
+
typedef struct SThreadData{
pthread_t thread_id;
char* UUID;
@@ -77,7 +77,7 @@ class CCrashWatcher
char *dest;
CCrashWatcher *daemon;
} thread_data_t;
-
+
/**
* Map to cache the results from CreateReport_t
* <UID, <UUID, result>>
diff --git a/src/Daemon/Makefile.am b/src/Daemon/Makefile.am
index b6a66f69..18fffc63 100644
--- a/src/Daemon/Makefile.am
+++ b/src/Daemon/Makefile.am
@@ -1,15 +1,26 @@
sbin_PROGRAMS = abrt
-abrt_SOURCES = CrashWatcher.cpp CrashWatcher.h Daemon.cpp \
- DBusCommon.h Settings.h Settings.cpp
-abrt_CPPFLAGS = -I$(srcdir)/../../lib/MiddleWare -I$(srcdir)/../../lib/CommLayer\
- -I$(srcdir)/../../inc -I$(srcdir)/../../lib/Utils \
- -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" $(GLIB_CFLAGS) $(DBUSCPP_CFLAGS) \
- -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \
- -DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
- -DCONF_DIR=\"$(CONF_DIR)\" \
- -DVAR_RUN=\"$(VAR_RUN)\" $(ENABLE_SOCKET_OR_DBUS)
+abrt_SOURCES = \
+ CrashWatcher.cpp CrashWatcher.h \
+ Daemon.cpp \
+ DBusCommon.h \
+ Settings.h Settings.cpp
+abrt_CPPFLAGS = \
+ -I$(srcdir)/../../inc \
+ -I$(srcdir)/../../lib/MiddleWare \
+ -I$(srcdir)/../../lib/CommLayer \
+ -I$(srcdir)/../../lib/Utils \
+ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \
+ -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \
+ -DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \
+ -DCONF_DIR=\"$(CONF_DIR)\" \
+ -DVAR_RUN=\"$(VAR_RUN)\" \
+ $(GLIB_CFLAGS) $(DBUSCPP_CFLAGS) \
+ $(ENABLE_SOCKET_OR_DBUS)
+abrt_LDADD = \
+ ../../lib/MiddleWare/libABRTMiddleWare.la \
+ ../../lib/CommLayer/libABRTCommLayer.la \
+ $(DL_LIBS) $(DBUSCPP_LIBS) $(RPM_LIBS)
-abrt_LDADD = ../../lib/MiddleWare/libABRTMiddleWare.la ../../lib/CommLayer/libABRTCommLayer.la $(DL_LIBS) $(DBUSCPP_LIBS) $(RPM_LIBS)
dbusabrtconfdir = ${sysconfdir}/dbus-1/system.d/
dist_dbusabrtconf_DATA = dbus-abrt.conf
diff --git a/src/Daemon/abrt.8 b/src/Daemon/abrt.8
index f3ae1279..b106041d 100644
--- a/src/Daemon/abrt.8
+++ b/src/Daemon/abrt.8
@@ -27,7 +27,7 @@ to print more debugging information when the daemon is started.
When you use some other crash-catching tool, specific for an application
or an application type (for example BugBuddy for GNOME applications),
crashes of this type will be handled by that tool and
-not by \fIabrt\fP. If you want \fIabrt\fP to handle these crashes,
+not by \fIabrt\fP. If you want \fIabrt\fP to handle these crashes,
turn off the higher-level crash-catching tool.
.SH "SEE ALSO"
.IR abrt.conf (5),
diff --git a/src/Daemon/abrt.conf.5 b/src/Daemon/abrt.conf.5
index edccb596..3b172bcb 100644
--- a/src/Daemon/abrt.conf.5
+++ b/src/Daemon/abrt.conf.5
@@ -5,11 +5,11 @@ abrt.conf \- configuration file for abrt
.P
.I abrt
is a daemon that watches for application crashes. When a crash occurs,
-it collects the crash data and takes action according to
+it collects the crash data and takes action according to
its configuration. This manual page describes \fIabrt\fP's configuration
file.
.P
-The configuration file consists of sections, each section contains
+The configuration file consists of sections, each section contains
several items in the format "Option = Value". A description of each
section follows:
.SS [Common]
@@ -21,7 +21,7 @@ will report crashes only in GPG signed packages. When set to "no",
it will report crashes also in unsigned packages.
.TP
.B OpenGPGPublicKeys = \fIfilename\fP , \fIfilename\fP ...
-These are the trusted GPG keys with which packages have to be
+These are the trusted GPG keys with which packages have to be
signed for
.I abrt
to report them if "EnableOpenGPG = yes".
@@ -35,7 +35,7 @@ will ignore packages in this list and will not handle their crashes.
will only load plugins in this list.
.TP
.B Database = \fIdatabasePlugin\fP
-This specifies which database plugin
+This specifies which database plugin
.I abrt
uses to store metadata about the crash.
.TP
diff --git a/src/Daemon/exported-symbols b/src/Daemon/exported-symbols
index 511b5986..28100103 100644
--- a/src/Daemon/exported-symbols
+++ b/src/Daemon/exported-symbols
@@ -1,3 +1,3 @@
-{
- get_commlayer;
+{
+ get_commlayer;
};