View | Details | Raw Unified | Return to bug 173133
Collapse All | Expand All

(-)etc/rc.resume (-3 / +1 lines)
Lines 43-51 Link Here
43
	echo 'rc.resume: killed rc.suspend that was still around'
43
	echo 'rc.resume: killed rc.suspend that was still around'
44
fi
44
fi
45
45
46
if [ -r /var/run/moused.pid ]; then
46
service moused quietrestart
47
	pkill -HUP -F /var/run/moused.pid
48
fi
49
47
50
# Turns on a power supply of a card in the slot inactivated.
48
# Turns on a power supply of a card in the slot inactivated.
51
# See also contrib/pccardq.c (only for PAO users).
49
# See also contrib/pccardq.c (only for PAO users).

Return to bug 173133