aboutsummaryrefslogtreecommitdiff
path: root/rc.single
diff options
context:
space:
mode:
authorJudd Vinet <judd@archlinux.org>2005-01-02 23:52:40 +0000
committerJudd Vinet <judd@archlinux.org>2005-01-02 23:52:40 +0000
commite8a2e4663543d16fcafa4c62c75f42fdab32ff28 (patch)
treea5cd1e3ec5dec0d1dee8158a0f9d3effb07c5264 /rc.single
parent45d3c546ee36b28c6808fb4330669b1c23437c26 (diff)
downloadinitscripts-e8a2e4663543d16fcafa4c62c75f42fdab32ff28.tar.xz
fixed a typo in the rc.conf comments0.7
Diffstat (limited to 'rc.single')
-rwxr-xr-xrc.single4
1 files changed, 2 insertions, 2 deletions
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