File 49bcfbe-shellvars-exclude-SuSEfirewall2.patch of Package augeas.2416
From 49bcfbeba1f4a2992a21720e97ac6e882064eea8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Bosdonnat?= <cedric.bosdonnat@free.fr>
Date: Tue, 8 Mar 2016 10:31:50 +0100
Subject: [PATCH] Exclude network/if-up.d/SuSEfirewall2 in shellvars lens
openSUSE has /etc/sysconfig/network/if-up.d/SuSEfirewall2 that is not a
shell variable script, exclude it to avoid errors.
---
lenses/shellvars.aug | 1 +
1 file changed, 1 insertion(+)
diff --git a/lenses/shellvars.aug b/lenses/shellvars.aug
index 9bc3c9d..0f36c01 100644
--- a/lenses/shellvars.aug
+++ b/lenses/shellvars.aug
@@ -270,6 +270,7 @@ module Shellvars =
sc_incl "network/if-down.d/*" .
sc_incl "network/ifroute-*" .
sc_incl "network/if-up.d/*" .
+ sc_excl "network/if-up.d/SuSEfirewall2" .
sc_incl "network/providers/*" .
sc_excl "network-scripts" .
sc_incl "network-scripts/ifcfg-*" .
--
2.6.6