Send Linux-ha-cvs mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linux-ha-cvs digest..."
Today's Topics:
1. Linux-HA CVS: linux-ha by andrew from
([email protected])
2. Linux-HA CVS: port by andrew from
([email protected])
----------------------------------------------------------------------
Message: 1
Date: Thu, 13 Apr 2006 03:54:19 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: linux-ha by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Module : linux-ha
Dir : linux-ha
Modified Files:
configure.in
Log Message:
Apparently sles10 uses GZIP as a variable to store the compression level in
and rpminst uses that variable... so we need to use something else so
"make rpm" works
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/configure.in,v
retrieving revision 1.503
retrieving revision 1.504
diff -u -3 -r1.503 -r1.504
--- configure.in 11 Apr 2006 07:20:47 -0000 1.503
+++ configure.in 13 Apr 2006 09:54:19 -0000 1.504
@@ -10,7 +10,7 @@
AC_INIT(heartbeat.spec.in)
AC_CONFIG_AUX_DIR(.)
-AC_REVISION($Revision: 1.503 $) dnl cvs revision
+AC_REVISION($Revision: 1.504 $) dnl cvs revision
AC_CANONICAL_HOST
@@ -376,13 +376,13 @@
AC_PATH_PROGS(MSGFMT, msgfmt, [msgfmt not found],)
AC_SUBST(MSGFMT)
-AC_PATH_PROGS(GZIP, gzip)
+AC_PATH_PROGS(GZIP_PROG, gzip)
AC_PATH_PROGS(TAR, tar)
AC_PATH_PROGS(CP, cp)
AC_PATH_PROGS(LS, ls)
AC_PATH_PROGS(LN, ln)
AC_PATH_PROGS(MD5, md5)
-AC_SUBST(GZIP)
+AC_SUBST(GZIP_PROG)
AC_SUBST(TAR)
AC_SUBST(CP)
AC_SUBST(LS)
------------------------------
Message: 2
Date: Thu, 13 Apr 2006 03:54:19 -0600 (MDT)
From: [email protected]
Subject: [Linux-ha-cvs] Linux-HA CVS: port by andrew from
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
linux-ha CVS committal
Author : andrew
Host :
Project : linux-ha
Module : port
Dir : linux-ha/port
Modified Files:
Makefile.am
Log Message:
Apparently sles10 uses GZIP as a variable to store the compression level in
and rpminst uses that variable... so we need to use something else so
"make rpm" works
===================================================================
RCS file: /home/cvs/linux-ha/linux-ha/port/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 30 Jun 2005 13:30:37 -0000 1.8
+++ Makefile.am 13 Apr 2006 09:54:19 -0000 1.9
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.8 2005/06/30 13:30:37 msoffen Exp $
+# $Id: Makefile.am,v 1.9 2006/04/13 09:54:19 andrew Exp $
#
# Open-HA "port" Makefile for FreeBSD
#
@@ -39,7 +39,7 @@
TARFILE = @TARFILE@
MD5 = @MD5@
-GZIP = @GZIP@
+GZIP_PROG = @GZIP_PROG@
# A pseudo-install directory, so that we know what files are generated.
# This allows libtool to maintain its flexibility.
@@ -54,7 +54,7 @@
$(LS) -l ../$(TARFILE) | $(AWK) '{print "SIZE \($(TARFILE)\) = "$$5}'
>> heartbeat/distinfo
$(CP) portMakefile heartbeat/Makefile
$(TAR) -cvf heartbeat.tar heartbeat/Makefile heartbeat/distinfo
heartbeat/pkg-deinstall heartbeat/pkg-descr heartbeat/pkg-install
heartbeat/pkg-plist
- $(GZIP) heartbeat.tar
+ $(GZIP_PROG) heartbeat.tar
clean:
------------------------------
_______________________________________________
Linux-ha-cvs mailing list
[email protected]
http://lists.community.tummy.com/mailman/listinfo/linux-ha-cvs
End of Linux-ha-cvs Digest, Vol 29, Issue 84
********************************************