Re: [Freeipmi-devel] bmc-autoconfig

2005-10-13 Thread Anand Avati
this is a 'cvs diff' on top level for updated freetalk.texi and --help/--usage/--version and a bugfix in IP validation in bmc-autconfig regards, avati On Wed, Oct 12, 2005 at 01:10:35PM +0530, Anand Avati wrote: > forgot to attach last time :-) > > > On Tue, Oct 11, 2005 at 07:50:11PM +, A

Re: [Freeipmi-devel] bmc-autoconfig

2005-10-13 Thread Anand Babu
> this is a 'cvs diff' on top level for updated freetalk.texi and > --help/--usage/--version and a bugfix in IP validation in bmc-autconfig Why did you looking at "echo"s path for BMC_CONFIG? < BMC_CONFIG=$(which bmc-config 2>/dev/null) || { > BMC_CONFIG=$(which echo 2>/dev/null) || { If you wan

[Freeipmi-devel] [PATCH: freeipmi]

2005-10-13 Thread Anand Avati
sorry last patch was sent while i was almost half asleep :P here's a bit more decent one :P > Why did you looking at "echo"s path for BMC_CONFIG? > < BMC_CONFIG=$(which bmc-config 2>/dev/null) || { > > BMC_CONFIG=$(which echo 2>/dev/null) || { debug line sneeked in :( my bad.. > If you want