summaryrefslogtreecommitdiffstats
path: root/src/daemon/abrt.conf
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-04-20 13:55:19 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-04-20 13:55:19 +0200
commit13a19b78ba45353f9a6a59c8dbb02336c339db35 (patch)
treea3a8fb95a6d4ba1ab52db4da81ee3b277b0306a8 /src/daemon/abrt.conf
parent2b2f3018bd91e50c874cfab4df4a847941cb140c (diff)
downloadabrt-13a19b78ba45353f9a6a59c8dbb02336c339db35.tar.gz
abrt-13a19b78ba45353f9a6a59c8dbb02336c339db35.tar.xz
abrt-13a19b78ba45353f9a6a59c8dbb02336c339db35.zip
daemon: simplify parsing of settings; remove remaining c++isms in daemon
This change will not compile, because in C++, void* cannot be automatically cast to char*. Next change renames Settings.cpp to *.c and fixes this. Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/daemon/abrt.conf')
-rw-r--r--src/daemon/abrt.conf7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/daemon/abrt.conf b/src/daemon/abrt.conf
index 3b87b0ff..cb0dbbbe 100644
--- a/src/daemon/abrt.conf
+++ b/src/daemon/abrt.conf
@@ -1,4 +1,3 @@
-[ Common ]
# With this option set to "yes",
# only crashes in signed packages will be analyzed.
# the list of public keys used to check the signature is
@@ -28,9 +27,3 @@ BlackListedPaths = /usr/share/doc/*,*/example*
# Max size for crash storage [MiB] or 0 for unlimited
#
MaxCrashReportsSize = 1000
-
-
-### # So far we support only one line here
-### #
-### [ LogScanners ]
-### abrt-dump-oops = abrt-dump-oops -d /var/spool/abrt -rwx /var/log/messages