summaryrefslogtreecommitdiffstats
path: root/etc/rc.resume
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-02-15 22:58:44 +0000
committerjkim <jkim@FreeBSD.org>2013-02-15 22:58:44 +0000
commit824572aa99111192fef6cd30106f37616ba6def7 (patch)
treeba63db336c23b77fa5e3700a5b2dc01fca8cff96 /etc/rc.resume
parent92f5e4e678b344b1b3374a625c9362e56c1b6a62 (diff)
downloadFreeBSD-src-824572aa99111192fef6cd30106f37616ba6def7.zip
FreeBSD-src-824572aa99111192fef6cd30106f37616ba6def7.tar.gz
Revert r227528 and r227787. This hack is no longer necessary since r233580.
Diffstat (limited to 'etc/rc.resume')
-rwxr-xr-xetc/rc.resume4
1 files changed, 0 insertions, 4 deletions
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" \
OpenPOWER on IntegriCloud