summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/policycoreutils/mcstrans-de-bashify.patch
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2015-08-07 15:16:45 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2015-08-07 15:17:52 -0400
commit54875dcb50f5e40fc86d6fe98dde244bfe4751af (patch)
tree43e809dbf752883b369f511d41e6ab1571bba9d1 /recipes-security/selinux/policycoreutils/mcstrans-de-bashify.patch
parent4eeed5b532c9b8336d3d53581de93e5959251ca0 (diff)
downloadmeta-selinux-54875dcb50f5e40fc86d6fe98dde244bfe4751af.tar.gz
mcstrans: remove dependency on bash in initscript
There were no apparent bashisms in mcstrans.init, so remove the dependency on bash. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'recipes-security/selinux/policycoreutils/mcstrans-de-bashify.patch')
-rw-r--r--recipes-security/selinux/policycoreutils/mcstrans-de-bashify.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-security/selinux/policycoreutils/mcstrans-de-bashify.patch b/recipes-security/selinux/policycoreutils/mcstrans-de-bashify.patch
new file mode 100644
index 0000000..86141a2
--- /dev/null
+++ b/recipes-security/selinux/policycoreutils/mcstrans-de-bashify.patch
@@ -0,0 +1,12 @@
1---
2 mcstrans/src/mcstrans.init | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
4
5--- a/mcstrans/src/mcstrans.init
6+++ b/mcstrans/src/mcstrans.init
7@@ -1,4 +1,4 @@
8-#!/bin/bash
9+#!/bin/sh
10 #
11 # mcstransd This starts and stops mcstransd
12 #