Subject: Re: Dhclient
To: Mikel Waxler <waxor@waxor.com>
From: Sean Callanan <sc843@bard.edu>
List: port-hpcmips
Date: 05/16/2004 22:17:58
Mikel,
echo "#\!/bin/bash" > /usr/sbin/dhupdate
echo "killall dhclient; dhclient" >> /usr/sbin/dhupdate
chmod 755 /usr/sbin/dhupdate
Now dhupdate should do what you want.
Sincerely,
Sean Callanan
On May 16, 2004, at 10:08 PM, Mikel Waxler wrote:
> Speaking of dhclient, is there a way to make it behave a little nicer?
> I
> dont see a flag documented for refreshing the lease, which is
> necessary a
> lot. I always have to ps for the pid and then kill it.
>