summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/files/rcK
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/busybox/files/rcK')
-rw-r--r--meta/recipes-core/busybox/files/rcK5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/busybox/files/rcK b/meta/recipes-core/busybox/files/rcK
index 050086ecd8..f8a63e1325 100644
--- a/meta/recipes-core/busybox/files/rcK
+++ b/meta/recipes-core/busybox/files/rcK
@@ -1,9 +1,10 @@
1#!/bin/sh 1#!/bin/sh
2 2
3# Stop all init scripts in /etc/init.d 3# Stop all init scripts in /etc/rc6.d
4# executing them in reversed numerical order. 4# executing them in numerical order.
5# 5#
6for i in /etc/rc6.d/K??*; do 6for i in /etc/rc6.d/K??*; do
7
7 # Ignore dangling symlinks (if any). 8 # Ignore dangling symlinks (if any).
8 [ ! -f "$i" ] && continue 9 [ ! -f "$i" ] && continue
9 10