Re: lame hack to get dhcpcd and friends working...

2000-06-23 Thread Daniel Pittman
On Thu, 22 Jun 2000, <[EMAIL PROTECTED]> wrote: >> From: "Daniel Pittman" <[EMAIL PROTECTED]> >> > > i'm using dhcpcd, so i don't know whether there is something >> > > analogous i can do. [...] >> > Well, I could see some advantages in there being a standard >> > shell-script provided that did

Keyboard repeat rate

2000-06-23 Thread Bruce J. Keeler
I notice that after resuming from a suspend, the keyboard rate is woefully low. I set about correcting that problem by dropping this script into /etc/apm/events.d: #!/bin/sh case "$1" in resume) case "$2" in suspend) if netstat -na | grep ':6000' ; then xset -display

Re: lame hack to get dhcpcd and friends working...

2000-06-23 Thread Heather
> From: "Daniel Pittman" <[EMAIL PROTECTED]> > > > i'm using dhcpcd, so i don't know whether there is something analogous > > > i can do. > > > > There didn't seem to be, the last time I checked. Which is one of the > > reasons that I changed over to the dhclient package. > > hmmm, may be i shoul

Re: lame hack to get dhcpcd and friends working...

2000-06-23 Thread Daniel Pittman
On Thu, 22 Jun 2000, <[EMAIL PROTECTED]> wrote: >> From: "Daniel Pittman" <[EMAIL PROTECTED]> >> > > i'm using dhcpcd, so i don't know whether there is something >> > > analogous i can do. [...] >> > Well, I could see some advantages in there being a standard >> > shell-script provided that did

Keyboard repeat rate

2000-06-23 Thread Bruce J. Keeler
I notice that after resuming from a suspend, the keyboard rate is woefully low. I set about correcting that problem by dropping this script into /etc/apm/events.d: #!/bin/sh case "$1" in resume) case "$2" in suspend) if netstat -na | grep ':6000' ; then xset -display