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 375A43617A23 for ; Thu, 2 Sep 2010 12:17:07 +0000 (UTC) Received: from [10.65.65.1] (unknown [10.65.65.1]) by mail.wtbts.no (Postfix) with ESMTP id D59DD7E009; Thu, 2 Sep 2010 14:10:32 +0200 (CEST) Subject: Re: [alpine-devel] [PATCH] main/nrpe: remove check_nrpe executable from nrpe package From: Natanael Copa To: Jeff Bilyk Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <1283359898-7314-1-git-send-email-jbilyk@gmail.com> References: <1283359898-7314-1-git-send-email-jbilyk@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Thu, 02 Sep 2010 14:12:31 +0200 Message-ID: <1283429552.1942.90.camel@ncopa-desktop.nor.wtbts.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit On Wed, 2010-09-01 at 16:51 +0000, Jeff Bilyk wrote: > Fixes conflict between nrpe-plugin and nrpe packages by removing check_nrpe executable from nrpe package i applied with small modification: bump pkgrel > --- > main/nrpe/APKBUILD | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/main/nrpe/APKBUILD b/main/nrpe/APKBUILD > index fd66dba..0e0cc4d 100644 > --- a/main/nrpe/APKBUILD > +++ b/main/nrpe/APKBUILD > @@ -30,6 +30,8 @@ build() { > package() { > cd "$srcdir"/$pkgname-$pkgver > make DESTDIR="$pkgdir" install install-daemon-config > + #remove plugin since its in separate package > + rm -rf "$pkgdir"/usr/lib > install -Dm755 "$srcdir"/nrpe.initd "$pkgdir"/etc/init.d/nrpe > install -Dm644 "$srcdir"/nrpe.confd "$pkgdir"/etc/conf.d/nrpe > } --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---