diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2013-11-29 20:48:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-30 22:26:26 +0000 |
commit | f81aa8db52ef5d498e0fecfc8bd5beef41a85613 (patch) | |
tree | 6b32cdd6dceea6ca616d177fe717f7302ab5fcec /meta/recipes-extended/lsb | |
parent | 32c5d84823de336163a4aeceeb390afc48eeaad6 (diff) | |
download | poky-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-x | meta/recipes-extended/lsb/lsb/lsb_killproc | 2 | ||||
-rwxr-xr-x | meta/recipes-extended/lsb/lsb/lsb_log_message | 2 | ||||
-rwxr-xr-x | meta/recipes-extended/lsb/lsb/lsb_pidofproc | 2 | ||||
-rwxr-xr-x | meta/recipes-extended/lsb/lsb/lsb_start_daemon | 2 |
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/sh |
2 | 2 | ||
3 | . /etc/init.d/functions | 3 | . /etc/init.d/functions |
4 | 4 | ||
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/sh |
2 | 2 | ||
3 | . /etc/init.d/functions | 3 | . /etc/init.d/functions |
4 | 4 | ||
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/sh |
2 | 2 | ||
3 | . /etc/init.d/functions | 3 | . /etc/init.d/functions |
4 | 4 | ||
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/sh |
2 | 2 | ||
3 | . /etc/init.d/functions | 3 | . /etc/init.d/functions |
4 | 4 | ||