Jung-uk,

On Fri, Feb 15, 2013 at 10:58:44PM +0000, Jung-uk Kim wrote:
J> Author: jkim
J> Date: Fri Feb 15 22:58:44 2013
J> New Revision: 246856
J> URL: http://svnweb.freebsd.org/changeset/base/246856
J> 
J> Log:
J>   Revert r227528 and r227787.  This hack is no longer necessary since 
r233580.

I'm sorry, but it doesn't work. Mouse isn't working after resume for
me on r247873.

Please return the code back, and I'd appreciate if next time you
back something out, you communicate with the person who added the
code to give him a chance to confirm or decline whether code
is still needed or not.

Thanks.

J> Modified:
J>   head/etc/rc.resume
J> 
J> Modified: head/etc/rc.resume
J> 
==============================================================================
J> --- head/etc/rc.resume       Fri Feb 15 22:43:08 2013        (r246855)
J> +++ head/etc/rc.resume       Fri Feb 15 22:58:44 2013        (r246856)
J> @@ -43,10 +43,6 @@ if [ -r /var/run/rc.suspend.pid ]; then
J>      echo 'rc.resume: killed rc.suspend that was still around'
J>  fi
J>  
J> -if [ -r /var/run/moused.pid ]; then
J> -    pkill -HUP -F /var/run/moused.pid
J> -fi
J> -
J>  # Turns on a power supply of a card in the slot inactivated.
J>  # See also contrib/pccardq.c (only for PAO users).
J>  # pccardq | awk -F '~' '$5 == "inactive" \

-- 
Totus tuus, Glebius.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to