diff --git a/etc/rc.resume b/etc/rc.resume index 2cf1a603e53f..1cd5d8a8ed63 100755 --- a/etc/rc.resume +++ b/etc/rc.resume @@ -49,6 +49,10 @@ if [ -r /var/run/rc.suspend.tch ]; then /bin/rm -f /var/run/rc.suspend.tch fi +if [ -r /var/run/moused.pid ]; then + kill -HUP `head -1 /var/run/moused.pid` +fi + # Turns on a power supply of a card in the slot inactivated. # See also contrib/pccardq.c (only for PAO users). # pccardq | awk -F '~' '$5 == "inactive" \