From 7526db5d0405188fee94d16fbcfbdf13a17e6a45 Mon Sep 17 00:00:00 2001 From: Roman Kyrylych Date: Sun, 9 Mar 2008 17:22:11 +0200 Subject: More full-path fixes Signed-off-by: Roman Kyrylych --- rc.single | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.single') diff --git a/rc.single b/rc.single index 9c940a5..38454f6 100755 --- a/rc.single +++ b/rc.single @@ -19,7 +19,7 @@ if [ "$PREVLEVEL" = "3" -o "$PREVLEVEL" = "5" ]; then done # find any leftover daemons and shut them down if [ -d /var/run/daemons ]; then - for daemon in $(ls /var/run/daemons); do + for daemon in $(/bin/ls /var/run/daemons); do /etc/rc.d/$daemon stop done fi -- cgit v1.2.3