[Linux-ha-dev] Do symlinks via autotools instead of only via the spec files. Useful for those non binary distributions.

2011-03-01 Thread Ultrabug
diff --git a/Makefile.am b/Makefile.am index 0d9d740..45a72c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,10 @@ if BUILD_LINUX_HA endif if BUILD_RGMANAGER $(INSTALL) -d $(DESTDIR)/$(LOGDIR) + $(LN_S) ../../lib/heartbeat/ocf-binaries

[Linux-ha-dev] Do symlinks via autotools instead of only via the spec files. Useful for those non binary distributions.

2011-03-01 Thread ultrabug
diff --git a/Makefile.am b/Makefile.am index 0d9d740..45a72c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,10 @@ if BUILD_LINUX_HA endif if BUILD_RGMANAGER $(INSTALL) -d $(DESTDIR)/$(LOGDIR) + $(LN_S) ../../lib/heartbeat/ocf-binaries

Re: [Linux-ha-dev] new resource agents repository

2011-03-01 Thread Dejan Muhamedagic
On Fri, Feb 25, 2011 at 12:27:18PM +0100, Lars Ellenberg wrote: On Fri, Feb 25, 2011 at 08:32:54AM +0100, Andrew Beekhof wrote: On Thu, Feb 24, 2011 at 4:10 PM, Dejan Muhamedagic deja...@fastmail.fm wrote: On Thu, Feb 24, 2011 at 03:56:27PM +0100, Andrew Beekhof wrote: On Thu, Feb 24,

[Linux-ha-dev] Do symlinks via autotools instead of only via the spec files. corrected condition.

2011-03-01 Thread ultrabug
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)

Re: [Linux-ha-dev] Do symlinks via autotools instead of only via the spec files. corrected condition.

2011-03-01 Thread Dejan Muhamedagic
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). Cheers, Dejan On Tue, Mar 01, 2011 at 03:48:00PM +0100, ultra...@gentoo.org wrote: diff --git a/Makefile.am b/Makefile.am index 0d9d740..48af263 100644 ---

Re: [Linux-ha-dev] Do symlinks via autotools instead of only via the spec files. corrected condition.

2011-03-01 Thread Florian Haas
On 2011-03-01 15:49, Dejan Muhamedagic wrote: Hi, Many thanks for the patch. Are all three you sent the same? They aren't; the erroneous automake if has been corrected in the last one. Florian signature.asc Description: OpenPGP digital signature

Re: [Linux-ha-dev] Do symlinks via autotools instead of only via the spec files. corrected condition.

2011-03-01 Thread Ultrabug
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