From 824572aa99111192fef6cd30106f37616ba6def7 Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 15 Feb 2013 22:58:44 +0000 Subject: Revert r227528 and r227787. This hack is no longer necessary since r233580. --- etc/rc.resume | 4 ---- 1 file changed, 4 deletions(-) (limited to 'etc/rc.resume') diff --git a/etc/rc.resume b/etc/rc.resume index b68f981..4d17190 100755 --- a/etc/rc.resume +++ b/etc/rc.resume @@ -43,10 +43,6 @@ if [ -r /var/run/rc.suspend.pid ]; then echo 'rc.resume: killed rc.suspend that was still around' fi -if [ -r /var/run/moused.pid ]; then - pkill -HUP -F /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" \ -- cgit v1.1