aboutsummaryrefslogtreecommitdiffstats
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 @@
#!/bin/sh
-# Stop all init scripts in /etc/init.d
-# executing them in reversed numerical order.
+# Stop all init scripts in /etc/rc6.d
+# executing them in numerical order.
#
for i in /etc/rc6.d/K??*; do
+
# Ignore dangling symlinks (if any).
[ ! -f "$i" ] && continue