Better use pkill(1) in last commit.
Submitted by: pjd
This commit is contained in:
parent
819239d461
commit
3aadfef004
@ -50,7 +50,7 @@ if [ -r /var/run/rc.suspend.tch ]; then
|
||||
fi
|
||||
|
||||
if [ -r /var/run/moused.pid ]; then
|
||||
kill -HUP `head -1 /var/run/moused.pid`
|
||||
pkill -HUP -F /var/run/moused.pid
|
||||
fi
|
||||
|
||||
# Turns on a power supply of a card in the slot inactivated.
|
||||
|
Loading…
Reference in New Issue
Block a user