From b42449a7d77e649046a05ca82e2f6fa464bff3ca Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 24 Mar 2011 23:46:21 +0100 Subject: remove plugins/Logger.conf Signed-off-by: Denys Vlasenko --- src/plugins/Logger.conf | 8 -------- src/plugins/Makefile.am | 3 --- 2 files changed, 11 deletions(-) delete mode 100644 src/plugins/Logger.conf (limited to 'src') diff --git a/src/plugins/Logger.conf b/src/plugins/Logger.conf deleted file mode 100644 index 0beec26e..00000000 --- a/src/plugins/Logger.conf +++ /dev/null @@ -1,8 +0,0 @@ -# Description: Writes report to a file - -# Configuration for Logger plugin -Enabled = yes - -LogPath = /tmp/abrt.log - -AppendLogs = yes diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 7cc9f1b4..942ceac4 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/Makefile.am @@ -24,7 +24,6 @@ pluginsconfdir = $(PLUGINS_CONF_DIR) dist_pluginsconf_DATA = \ CCpp.conf \ Python.conf \ - Logger.conf \ Kerneloops.conf \ Bugzilla.conf \ Upload.conf @@ -62,8 +61,6 @@ $(DESTDIR)/$(DEBUG_INFO_DIR): $(mkdir_p) '$@' install-data-hook: $(DESTDIR)/$(DEBUG_INFO_DIR) - sed 's: = /var/: = $(localstatedir)/:g' -i \ - $(DESTDIR)$(sysconfdir)/abrt/plugins/Logger.conf $(LN_S) analyze_RetraceServer.xml $(DESTDIR)$(eventsdir)/reanalyze_RetraceServer.xml $(LN_S) analyze_LocalGDB.xml $(DESTDIR)$(eventsdir)/reanalyze_LocalGDB.xml -- cgit