summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.resume4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.resume b/etc/rc.resume
index 2cf1a60..1cd5d8a 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" \
OpenPOWER on IntegriCloud