02-18-06 04:07 AM
gbuday@gmail.com wrote:
> Hi again,
>
> I have noticed that /etc/sysconfig/mouse contains the mouse
> information. It contains the good info from booting, but still my mouse
> behaves strangely. I have dug into mouseconfig sources to look for what
> else than setting the file above happens and found
>
> /sbin/service gpm condrestart
>
> When I issue this command my mouse works as expected. I would like to
> put this command at the end of the startup process but as
> /etc/rc.d/rc5.d/S85gpm -> ../init.d/gpm itself is in the init directory
> it does not seem to be elegant to put an S9xgpm there as well that
> would condrestart gpm. What is the proper solution here?
Edit /etc/rc.d/rc.local and put the command in....
/sbin/service gpm condrestart
--
"A personal computer is called a personal computer because it's yours,
Anything that runs on that computer, you should have control over."
Andrew Moss, Microsoft's senior director of technical policy, 2005
[ Post a follow-up to this message ]
|