~alpine/devel

main/nrpe: remove check_nrpe executable from nrpe package v1 PROPOSED

Jeff Bilyk: 1
 main/nrpe: remove check_nrpe executable from nrpe package

 1 files changed, 2 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/121/mbox | git am -3
Learn more about email & git

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

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
---