~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] main/nrpe: remove check_nrpe executable from nrpe package

Jeff Bilyk <jbilyk@gmail.com>
Details
Message ID
<1283359898-7314-1-git-send-email-jbilyk@gmail.com>
Sender timestamp
1283359898
DKIM signature
missing
Download raw message
Patch: +2 -0
Fixes conflict between nrpe-plugin and nrpe packages by removing check_nrpe executable from nrpe package
---
 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
}
-- 
1.7.2.1



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<1283429552.1942.90.camel@ncopa-desktop.nor.wtbts.net>
In-Reply-To
<1283359898-7314-1-git-send-email-jbilyk@gmail.com> (view parent)
Sender timestamp
1283429551
DKIM signature
missing
Download raw message
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
---
Reply to thread Export thread (mbox)