From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 29 08:50:13 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8364C1065745 for ; Wed, 29 Jul 2009 08:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6D7C28FC19 for ; Wed, 29 Jul 2009 08:50:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n6T8oDh0003668 for ; Wed, 29 Jul 2009 08:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n6T8oDLV003667; Wed, 29 Jul 2009 08:50:13 GMT (envelope-from gnats) Date: Wed, 29 Jul 2009 08:50:13 GMT Message-Id: <200907290850.n6T8oDLV003667@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Justin Head Cc: Subject: Re: ports/121050: New port: sysutils/heartbeat2 Linux High-Availability Daemon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Justin Head List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jul 2009 08:50:14 -0000 The following reply was made to PR ports/121050; it has been noted by GNATS. From: Justin Head To: Boris Samorodov Cc: bug-followup@freebsd.org, scott-ports@tummy.com, Jun Kuriyama Subject: Re: ports/121050: New port: sysutils/heartbeat2 Linux High-Availability Daemon Date: Wed, 29 Jul 2009 03:22:21 -0500 The only items i see that need updated before committing are the Makefile's MASTER_SITES and MASTER_SITE_SUBDIR from when Jun was testing. I believe it is possible to drop in heartbeat v2 into a current v1 configuration. You do not get the added features of v2 but it will work. Then again it has been a long while since i moved from v1 and i cannot recall if i even gave the v1 configuration a chance before moving everything to v2. YMMV. If we wanted to include a snippet in UPDATING perhaps something like this: --- Heartbeat has been upgraded to the 2.1.4 release. Older configurations based on version 1 should still work. Read more about the new features and possible configuration changes at the following urls. http://clusterlabs.org/wiki/Documentation (Configuration 0.6 Explained) http://www.linux-ha.org/GettingStartedRevisedV2 --- - Justin