[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freeipmi-devel] bmc-autoconfig
From: |
Anand Babu |
Subject: |
Re: [Freeipmi-devel] bmc-autoconfig |
Date: |
Thu, 13 Oct 2005 11:08:08 -0700 (PDT) |
User-agent: |
SquirrelMail/1.4.4 |
> 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 want to know the install prefix this his how you should do.
Add your bmc-autoconfig as bmc-autoconfig.in. Let autoconf rewrite
@prefix@ variable with the path info. Also you need to add
fish/scripts/bmc-config/bmc-autoconfig line to AC_CONFIG_FILES in
configure.ac.
Next time when you submit a patch, please follow these guide lines:
--------------------------------------------------------------------
# ls
freeipmi
freeipmi-hacked
# diff -pruN freeipmi freeipmi-hacked > NAME_OF_FIX-FREEIPMI_VER.diff
Mail the patch as inline mail message to freeipmi-devel (@) gnu.org
with subject: [PATCH: freeipmi] actual subject
--------------------------------------------------------------------
If not submit through Savannah web interface :p
PS: Your from-address is broken - <address@hidden> ??
Thanks.
--
Anand Babu
GPG Key ID: 0x62E15A31
Personal Blog [http://ab.freeshell.org]
The GNU Operating System [http://www.gnu.org]