Blame SOURCES/0206-augeas-augtool-save-files-etc-abrt-plugins-oops.conf.patch

a60cd7
From 6ddbf69d4b9e1e79f404b1e9ef6ade5511b0f758 Mon Sep 17 00:00:00 2001
a60cd7
From: Matej Habrnal <mhabrnal@redhat.com>
a60cd7
Date: Thu, 24 Mar 2016 10:44:20 +0100
a60cd7
Subject: [PATCH] augeas: augtool save
a60cd7
 /files/etc/abrt/plugins/oops.conf/DropNotReportableOopses
a60cd7
a60cd7
Without this commit it was not possible to seve
a60cd7
/files/etc/abrt/plugins/oops.conf/DropNotReportableOopses.
a60cd7
a60cd7
Related to rhbz#1175679
a60cd7
a60cd7
- thanks to Dominic Cleal for the patch
a60cd7
a60cd7
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
a60cd7
---
a60cd7
 augeas/abrt.aug | 2 ++
a60cd7
 1 file changed, 2 insertions(+)
a60cd7
a60cd7
diff --git a/augeas/abrt.aug b/augeas/abrt.aug
a60cd7
index 1f95b7f..6eadd3e 100644
a60cd7
--- a/augeas/abrt.aug
a60cd7
+++ b/augeas/abrt.aug
a60cd7
@@ -4,8 +4,10 @@ module Abrt =
a60cd7
     let lns = Libreport.lns
a60cd7
 
a60cd7
     let filter = (incl "/etc/abrt/*" )
a60cd7
+               . (excl "/etc/abrt/plugins")
a60cd7
                . (incl "/etc/abrt/plugins/*")
a60cd7
                . (incl "/usr/share/abrt/conf.d/*")
a60cd7
+               . (excl "/usr/share/abrt/conf.d/plugins")
a60cd7
                . (incl "/usr/share/abrt/conf.d/plugins/*")
a60cd7
                . Util.stdexcl
a60cd7
 
a60cd7
-- 
a60cd7
1.8.3.1
a60cd7