svn commit: r246856 - head/etc

Jung-uk Kim jkim at FreeBSD.org
Fri Feb 15 22:58:45 UTC 2013


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" \


More information about the svn-src-all mailing list