From ce483091e61cd61c1321685f078b713b3f9e340c Mon Sep 17 00:00:00 2001 From: Matej Habrnal Date: Mon, 14 Mar 2016 16:58:33 +0100 Subject: [PATCH] augeas: exclude mantisbt format configurations Signed-off-by: Matej Habrnal --- augeas/libreport.aug | 1 + 1 file changed, 1 insertion(+) diff --git a/augeas/libreport.aug b/augeas/libreport.aug index 0e1e5e5..242d2c7 100644 --- a/augeas/libreport.aug +++ b/augeas/libreport.aug @@ -25,6 +25,7 @@ module Libreport = . (incl (Sys.getenv("XDG_CACHE_HOME") . "/abrt/events/*")) . (incl (Sys.getenv("HOME") . "/.cache/abrt/events/*")) . (excl "/etc/libreport/plugins/bugzilla_format*") + . (excl "/etc/libreport/plugins/mantisbt_format*") . Util.stdexcl let xfm = transform lns filter -- 2.5.5