aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-02-15 22:58:44 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-02-15 22:58:44 +0000
commit835ef82e3bfe54806527fc38875d925580b300be (patch)
treeba63db336c23b77fa5e3700a5b2dc01fca8cff96 /etc
parent00a54dfb1c66cbf101a9b3d5f9c00b4a4e4251ee (diff)
downloadsrc-835ef82e3bfe54806527fc38875d925580b300be.tar.gz
src-835ef82e3bfe54806527fc38875d925580b300be.zip
Revert r227528 and r227787. This hack is no longer necessary since r233580.
Notes
Notes: svn path=/head/; revision=246856
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.resume4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc.resume b/etc/rc.resume
index b68f9819f64c..4d171901be87 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" \