Better use pkill(1) in last commit.

Submitted by:	pjd
This commit is contained in:
Gleb Smirnoff 2011-11-21 12:23:22 +00:00
parent ca4aa8c363
commit 74ffd254b4

View File

@ -50,7 +50,7 @@ if [ -r /var/run/rc.suspend.tch ]; then
fi fi
if [ -r /var/run/moused.pid ]; then if [ -r /var/run/moused.pid ]; then
kill -HUP `head -1 /var/run/moused.pid` pkill -HUP -F /var/run/moused.pid
fi fi
# Turns on a power supply of a card in the slot inactivated. # Turns on a power supply of a card in the slot inactivated.