21 Feb
2007
21 Feb
'07
6:51 p.m.
commit 712a510125f608c0d1f87bc9cca4dcedc33e17f5 Author: Matt Housh <jaeger@crux.nu> Date: Wed Feb 21 12:51:02 2007 -0600 rc: fixed sleep path in rc.shutdown and rc.single diff --git a/rc/rc.shutdown b/rc/rc.shutdown index 0cd68b9..4888a8e 100755 --- a/rc/rc.shutdown +++ b/rc/rc.shutdown @@ -27,7 +27,7 @@ fi # Terminate all processes /sbin/killall5 -15 -/usr/bin/sleep 5 +/bin/sleep 5 /sbin/killall5 -9 # Save random seed diff --git a/rc/rc.single b/rc/rc.single index 3b37428..8534347 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