From 8b033e6faa0a6927f1e1ee2484381eff8231a549 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Tue, 26 Jan 2016 11:16:24 -0800 Subject: busybox: fix stop -vs- start typo in rcS script Also make the rcS and rcK comments match the code. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- meta/recipes-core/busybox/files/rcK | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-core/busybox/files/rcK') 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 -- cgit v1.2.3