From 94c48351ac284c0e8a309c46fe6f878dcdd4f6a2 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 25 Jan 2010 14:11:26 +0100 Subject: abrt.conf: wrap line >80chars Signed-off-by: Denys Vlasenko --- src/Daemon/abrt.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Daemon') diff --git a/src/Daemon/abrt.conf b/src/Daemon/abrt.conf index 6854dc0..4c669ad 100644 --- a/src/Daemon/abrt.conf +++ b/src/Daemon/abrt.conf @@ -14,8 +14,8 @@ BlackList = nspluginwrapper Database = SQLite3 # Max size for crash storage [MiB] MaxCrashReportsSize = 1000 -# Vector of actions and reporters which are activated immediately after a crash occurs, -# comma separated. +# Vector of actions and reporters which are activated immediately +# after a crash occurs, comma separated. #ActionsAndReporters = Mailx("[abrt] new crash was detected") # What actions or reporters to run on each crash type -- cgit