Date: Fri, 15 Feb 2013 22:58:44 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246856 - head/etc Message-ID: <201302152258.r1FMwiQp033077@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Fri Feb 15 22:58:44 2013 New Revision: 246856 URL: http://svnweb.freebsd.org/changeset/base/246856 Log: Revert r227528 and r227787. This hack is no longer necessary since r233580. Modified: head/etc/rc.resume Modified: head/etc/rc.resume ============================================================================== --- head/etc/rc.resume Fri Feb 15 22:43:08 2013 (r246855) +++ head/etc/rc.resume Fri Feb 15 22:58:44 2013 (r246856) @@ -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" \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302152258.r1FMwiQp033077>