diff options
author | Matt Housh <jaeger@crux.nu> | 2007-02-21 12:51:02 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.nu> | 2007-02-21 12:51:02 -0600 |
commit | 712a510125f608c0d1f87bc9cca4dcedc33e17f5 (patch) | |
tree | 925f6ac2617a99ec755c37c5efdc12e021f1c8c0 /rc/rc.single | |
parent | d6cb0ada1fdd3a8f29b1242da5d3b0dc329960f2 (diff) | |
download | core-712a510125f608c0d1f87bc9cca4dcedc33e17f5.tar.gz core-712a510125f608c0d1f87bc9cca4dcedc33e17f5.tar.xz |
rc: fixed sleep path in rc.shutdown and rc.single
Diffstat (limited to 'rc/rc.single')
-rwxr-xr-x | rc/rc.single | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/rc.single b/rc/rc.single index 3b37428a..8534347b 100755 --- a/rc/rc.single +++ b/rc/rc.single @@ -23,7 +23,7 @@ fi if [ "$PREVLEVEL" != "N" ]; then # Terminate all processes /sbin/killall5 -15 - /usr/bin/sleep 5 + /bin/sleep 5 /sbin/killall5 -9 # Start udev |