From 7954d5a085f0ffe31fa1becb6d3132ca63b46942 Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Mon, 17 Aug 2015 16:19:04 +0200 Subject: [PATCH] Add Conflicts/Provides and fix location for xinetd.d --- Makefile | 4 ++-- debian/control | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 39ff98b..00e019e 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,8 @@ install: cp -r agent-local/* $(PREFIX)/usr/lib/check_mk_agent/plugins/ mkdir -p $(PREFIX)/usr/bin install -m 0750 check_mk_agent $(PREFIX)/usr/bin/check_mk_agent - mkdir -p $(PREFIX)/etc/xinet.d - install -m 0644 check_mk_xinetd $(PREFIX)/etc/xinet.d/check_mk + mkdir -p $(PREFIX)/etc/xinetd.d + install -m 0644 check_mk_xinetd $(PREFIX)/etc/xinetd.d/check_mk clean: rm -rf $(CURDIR)/build diff --git a/debian/control b/debian/control index 69e20f8..730529c 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Standards-Version: 3.9.1 Package: librenms-agent Architecture: all Pre-Depends: xinetd +Conflicts: check-mk-agent +Provides: check-mk-agent Suggests: php-cli, php-mysql, libwww-perl, curl, dmidecode, netcat, ipmitool, lm-sensors, python-memcache, python-urllib3, rrdtool, libdbd-pg-perl Description: Install the LibreNMS Unix Agent Install the LibreNMS Unix Agent. Please note that the suggested packages are required for some of the plugins