X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 6F1A21EB587 for ; Tue, 28 Dec 2010 14:21:54 +0000 (UTC) Received: from localhost (bsna.nor.wtbts.net [127.0.0.1]) by mail.wtbts.no (Postfix) with ESMTP id 7EB7EAE4002; Tue, 28 Dec 2010 14:21:52 +0000 (UTC) X-Virus-Scanned: Yes Received: from mail.wtbts.no ([127.0.0.1]) by localhost (bsna.nor.wtbts.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cKjg+eSlIT+h; Tue, 28 Dec 2010 14:21:51 +0000 (UTC) Received: from mail.ytre.org (extmail.nor.wtbts.net [10.65.72.14]) by mail.wtbts.no (Postfix) with ESMTP id 56A89AE4001; Tue, 28 Dec 2010 14:21:51 +0000 (UTC) Received: from mail.ytre.org (localhost [127.0.0.1]) by mail.ytre.org (Postfix) with ESMTP id EF7A660A89E56; Tue, 28 Dec 2010 14:21:50 +0000 (UTC) Received: from ncopa-desktop.nor.wtbts.net (unknown [10.65.65.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ncopa@ytre.org) by mail.ytre.org (Postfix) with ESMTPSA id A2E4B60A89E52; Tue, 28 Dec 2010 14:21:49 +0000 (UTC) Date: Tue, 28 Dec 2010 15:21:09 +0100 From: Natanael Copa To: Pablo Castorino Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] testing/keepalived: new aport Message-ID: <20101228152109.3b6d76c7@ncopa-desktop.nor.wtbts.net> In-Reply-To: <1293461483-11357-1-git-send-email-pcastorino@mendoza-conicet.gob.ar> References: <1293461483-11357-1-git-send-email-pcastorino@mendoza-conicet.gob.ar> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Mon, 27 Dec 2010 14:51:23 +0000 Pablo Castorino wrote: > --- > testing/keepalived/APKBUILD | 62 > ++++++++++++++++++ .../keepalived-1.1.20-ipvs_haeader_check.patch > | 68 ++++++++++++++++++++ > testing/keepalived/keepalived.confd | 7 ++ > testing/keepalived/keepalived.initd | 25 +++++++ 4 > files changed, 162 insertions(+), 0 deletions(-) create mode 100644 > testing/keepalived/APKBUILD create mode 100644 > testing/keepalived/keepalived-1.1.20-ipvs_haeader_check.patch create > mode 100644 testing/keepalived/keepalived.confd create mode 100755 > testing/keepalived/keepalived.initd The arch= was missing and there was some whitespace damage. (there should generally never be whitespace(s) before newline) I applied your patch and cleanded it up a bit + created a keepalived-sample-config, since I assume you won't be using the sample config for your production system. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---