ac936199d9
Copy from devel:libraries:c_c++/augeas based on submit request 50485 from user pmullaney OBS-URL: https://build.opensuse.org/request/show/50485 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/augeas?expand=0&rev=7
24 lines
674 B
Diff
24 lines
674 B
Diff
augeas: support allow_unsupported_modules command in modprobe.d conf files
|
|
|
|
From: Patrick Mullaney <pmullaney@novell.com>
|
|
|
|
Signed-off-by: Patrick Mullaney <pmullaney@novell.com>
|
|
---
|
|
|
|
lenses/modprobe.aug | 1 +
|
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
|
|
|
|
|
diff --git a/lenses/modprobe.aug b/lenses/modprobe.aug
|
|
index bdecafb..0f5ae47 100644
|
|
--- a/lenses/modprobe.aug
|
|
+++ b/lenses/modprobe.aug
|
|
@@ -44,6 +44,7 @@ let entry = alias
|
|
| options
|
|
| cmd_token_to_eol /install|remove/
|
|
| [ cmd "blacklist" . token . eol ]
|
|
+ | [ cmd "allow_unsupported_modules" . token . eol ]
|
|
| [ cmd "config" . store /binary_indexes|yes|no/ ]
|
|
|
|
let lns = (comment|empty|entry)*
|