diff options
author | Armin Kuster <akuster808@gmail.com> | 2022-05-03 14:31:21 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-05-14 10:51:32 -0700 |
commit | a764533c20c9cedf0834138076d38d329982e1af (patch) | |
tree | 4cedb5cc647faeef6636ad0319b495cf89d8a2ea /dynamic-layers/meta-perl/recipes-security/bastille/files/call_output_config.patch | |
parent | 20c13f6335165d693f7f3270c829b3069dbbad66 (diff) | |
download | meta-security-a764533c20c9cedf0834138076d38d329982e1af.tar.gz |
meta-security: move perl and python recipes to dynamic layers structure
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'dynamic-layers/meta-perl/recipes-security/bastille/files/call_output_config.patch')
-rw-r--r-- | dynamic-layers/meta-perl/recipes-security/bastille/files/call_output_config.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dynamic-layers/meta-perl/recipes-security/bastille/files/call_output_config.patch b/dynamic-layers/meta-perl/recipes-security/bastille/files/call_output_config.patch new file mode 100644 index 0000000..1e898b1 --- /dev/null +++ b/dynamic-layers/meta-perl/recipes-security/bastille/files/call_output_config.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | Upstream Status: Inappropriate [No upstream maintenance] | ||
2 | |||
3 | Signed-off-by: Anne Mulhern <mulhern@yoctoproject.org> | ||
4 | |||
5 | --- | ||
6 | |||
7 | Index: Bastille/Bastille_Curses.pm | ||
8 | =================================================================== | ||
9 | --- Bastille.orig/Bastille_Curses.pm 2013-08-21 08:58:53.899950000 -0400 | ||
10 | +++ Bastille/Bastille_Curses.pm 2013-08-21 09:20:20.295950005 -0400 | ||
11 | @@ -84,7 +84,7 @@ | ||
12 | } | ||
13 | |||
14 | # Output answers to the script and display | ||
15 | - &checkAndSaveConfig(&getGlobal('BFILE', "config")); | ||
16 | + &outputConfig; | ||
17 | |||
18 | # Run Bastille | ||
19 | |||