On 01/03/2011 15:49, Dejan Muhamedagic wrote:
> Hi,
>
> Many thanks for the patch. Are all three you sent the same? Do
> you use cron to send patches? If so, better switch to at(1).
>

:)

I'm used to receive my own submissions to lists (I'll configure this one
to get it so) so I thought I did send it wrong the first time. Last
submission is a correction tho.

Regards

> Cheers,
>
> Dejan
>
> On Tue, Mar 01, 2011 at 03:48:00PM +0100, [email protected] wrote:
>> diff --git a/Makefile.am b/Makefile.am
>> index 0d9d740..48af263 100644
>> --- a/Makefile.am
>> +++ b/Makefile.am
>> @@ -40,6 +40,10 @@ noinst_HEADERS            = make/copyright.cf
>>  install-exec-local:
>>  if BUILD_LINUX_HA
>>      $(INSTALL) -d -m 1755 $(DESTDIR)$(HA_RSCTMPDIR)
>> +    $(LN_S) ../../lib/heartbeat/ocf-binaries 
>> $(DESTDIR)${OCF_RA_DIR}/heartbeat/.ocf-binaries
>> +    $(LN_S) ../../lib/heartbeat/ocf-directories 
>> $(DESTDIR)${OCF_RA_DIR}/heartbeat/.ocf-directories
>> +    $(LN_S) ../../lib/heartbeat/ocf-returncodes 
>> $(DESTDIR)${OCF_RA_DIR}/heartbeat/.ocf-returncodes
>> +    $(LN_S) ../../lib/heartbeat/ocf-shellfuncs 
>> $(DESTDIR)${OCF_RA_DIR}/heartbeat/.ocf-shellfuncs
>>  endif
>>  if BUILD_RGMANAGER
>>      $(INSTALL) -d $(DESTDIR)/$(LOGDIR)
>> diff --git a/configure.ac b/configure.ac
>> index 87f39b8..a0a6c03 100644
>> --- a/configure.ac
>> +++ b/configure.ac
>> @@ -106,6 +106,7 @@ AC_STRUCT_TIMEZONE
>>  dnl ===============================================
>>  dnl Helpers 
>>  dnl ===============================================
>> +AC_PROG_LN_S
>>  cc_supports_flag() {
>>           local CFLAGS="$@"
>>           AC_MSG_CHECKING(whether $CC supports "$@")
>> _______________________________________________________
>> Linux-HA-Dev: [email protected]
>> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
>> Home Page: http://linux-ha.org/
> _______________________________________________________
> Linux-HA-Dev: [email protected]
> http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
> Home Page: http://linux-ha.org/


-- 
Ultrabug
Gentoo / cluster


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________________
Linux-HA-Dev: [email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha-dev
Home Page: http://linux-ha.org/

Reply via email to