diff options
Diffstat (limited to 'meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch')
| -rw-r--r-- | meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch b/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch deleted file mode 100644 index c0076453f2..0000000000 --- a/meta/recipes-extended/lsb/lsbinitscripts/0001-functions-avoid-exit-1-which-causes-init-scripts-to-.patch +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | Upstream-Status: Pending | ||
| 2 | |||
| 3 | Subject: functions: avoid exit 1 which causes init scripts to fail | ||
| 4 | |||
| 5 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | ||
| 6 | --- | ||
| 7 | rc.d/init.d/functions | 2 +- | ||
| 8 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 9 | |||
| 10 | Index: initscripts-9.72/rc.d/init.d/functions | ||
| 11 | =================================================================== | ||
| 12 | --- initscripts-9.72.orig/rc.d/init.d/functions | ||
| 13 | +++ initscripts-9.72/rc.d/init.d/functions | ||
| 14 | @@ -686,6 +686,6 @@ if [ "$_use_systemctl" = "1" ]; then | ||
| 15 | fi | ||
| 16 | fi | ||
| 17 | |||
| 18 | -strstr "$(cat /proc/cmdline)" "rc.debug" && set -x | ||
| 19 | +strstr "$(cat /proc/cmdline)" "rc.debug" && set -x || true | ||
| 20 | return 0 | ||
| 21 | |||
