[Linux-ha-dev] "make install" fails after running heartbeat
Horms
horms at verge.net.au
Thu Jan 8 00:07:11 MST 2004
On Thu, Jan 08, 2004 at 12:53:41PM +0800, Zhu, Yi wrote:
>
> This is the valid fix. But I suggest fix this as below, because the
> earlier code
> may rely on the FIFO.
>
> --- heartbeat/Makefile.am.orig 2004-01-08 05:24:35.000000000 +0800
> +++ heartbeat/Makefile.am 2004-01-08 06:27:36.000000000 +0800
> @@ -109,7 +109,8 @@
> -chmod 1770 $(DESTDIR)/$(apicasualdir)
> -chgrp $(apigid) $(DESTDIR)/$(apidir) $(DESTDIR)/$(apicasualdir)
> test -p $(DESTDIR)$(hafifo) || mkfifo -m 600 $(DESTDIR)$(hafifo)
> - test -p $(DESTDIR)$(apireg) || mkfifo -m 620 $(DESTDIR)$(apireg)
> + test -p $(DESTDIR)$(apireg) -o -S $(DESTDIR)$(apireg) \
> + || mkfifo -m 620 $(DESTDIR)$(apireg)
> -chgrp $(apigid) $(DESTDIR)/$(apireg)
Persubaly the version of this file will match the version
of the api code in the same tree so we don't need to make the fifo
in newer versions of heartbeat/Makefile.am. I like the first version of
the patch, I am putting it in the unstable branch. Feel free to modify
at will.
--
Horms
More information about the Linux-HA-Dev
mailing list