aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/lsb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2013-11-29 20:48:13 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-30 22:26:26 +0000
commitf81aa8db52ef5d498e0fecfc8bd5beef41a85613 (patch)
tree6b32cdd6dceea6ca616d177fe717f7302ab5fcec /meta/recipes-extended/lsb
parent32c5d84823de336163a4aeceeb390afc48eeaad6 (diff)
downloadopenembedded-core-contrib-f81aa8db52ef5d498e0fecfc8bd5beef41a85613.tar.gz
lsb: de-bash scripts to remove bash dependency
De-bash some script in lsb to make it not dependent on bash. [YOCTO #5555] (From OE-Core rev: 5ba55f9936d1f036518a1722f9c1e551477e167c) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/lsb')
-rwxr-xr-xmeta/recipes-extended/lsb/lsb/lsb_killproc2
-rwxr-xr-xmeta/recipes-extended/lsb/lsb/lsb_log_message2
-rwxr-xr-xmeta/recipes-extended/lsb/lsb/lsb_pidofproc2
-rwxr-xr-xmeta/recipes-extended/lsb/lsb/lsb_start_daemon2
4 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-extended/lsb/lsb/lsb_killproc b/meta/recipes-extended/lsb/lsb/lsb_killproc
index e1121e4e86..866c1a9c63 100755
--- a/meta/recipes-extended/lsb/lsb/lsb_killproc
+++ b/meta/recipes-extended/lsb/lsb/lsb_killproc
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
. /etc/init.d/functions
diff --git a/meta/recipes-extended/lsb/lsb/lsb_log_message b/meta/recipes-extended/lsb/lsb/lsb_log_message
index 9daa9c8c41..a716518bdd 100755
--- a/meta/recipes-extended/lsb/lsb/lsb_log_message
+++ b/meta/recipes-extended/lsb/lsb/lsb_log_message
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
. /etc/init.d/functions
diff --git a/meta/recipes-extended/lsb/lsb/lsb_pidofproc b/meta/recipes-extended/lsb/lsb/lsb_pidofproc
index ffc17bbf65..6d1fd0f249 100755
--- a/meta/recipes-extended/lsb/lsb/lsb_pidofproc
+++ b/meta/recipes-extended/lsb/lsb/lsb_pidofproc
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
. /etc/init.d/functions
diff --git a/meta/recipes-extended/lsb/lsb/lsb_start_daemon b/meta/recipes-extended/lsb/lsb/lsb_start_daemon
index 05b6371771..de62c2344d 100755
--- a/meta/recipes-extended/lsb/lsb/lsb_start_daemon
+++ b/meta/recipes-extended/lsb/lsb/lsb_start_daemon
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
. /etc/init.d/functions