From e8a2e4663543d16fcafa4c62c75f42fdab32ff28 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Sun, 2 Jan 2005 23:52:40 +0000 Subject: fixed a typo in the rc.conf comments --- rc.single | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rc.single') diff --git a/rc.single b/rc.single index cd0a886..baffd91 100755 --- a/rc.single +++ b/rc.single @@ -26,12 +26,12 @@ fi if [ "$PREVLEVEL" != "N" ]; then stat_busy "Sending SIGTERM To Processes" /sbin/killall5 -15 &> /dev/null - /usr/bin/sleep 5 + /bin/sleep 5 stat_done stat_busy "Sending SIGKILL To Processes" /sbin/killall5 -9 - /usr/bin/sleep 1 + /bin/sleep 1 stat_done if [ -e /dev/.devfsd -a -x /sbin/devfsd ]; then -- cgit v1.2.3