1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

Add Conflicts/Provides and fix location for xinetd.d

This commit is contained in:
Mark Schouten
2015-08-17 16:19:04 +02:00
parent a7df28415a
commit 7954d5a085
2 changed files with 4 additions and 2 deletions

View File

@@ -6,8 +6,8 @@ install:
cp -r agent-local/* $(PREFIX)/usr/lib/check_mk_agent/plugins/ cp -r agent-local/* $(PREFIX)/usr/lib/check_mk_agent/plugins/
mkdir -p $(PREFIX)/usr/bin mkdir -p $(PREFIX)/usr/bin
install -m 0750 check_mk_agent $(PREFIX)/usr/bin/check_mk_agent install -m 0750 check_mk_agent $(PREFIX)/usr/bin/check_mk_agent
mkdir -p $(PREFIX)/etc/xinet.d mkdir -p $(PREFIX)/etc/xinetd.d
install -m 0644 check_mk_xinetd $(PREFIX)/etc/xinet.d/check_mk install -m 0644 check_mk_xinetd $(PREFIX)/etc/xinetd.d/check_mk
clean: clean:
rm -rf $(CURDIR)/build rm -rf $(CURDIR)/build

2
debian/control vendored
View File

@@ -8,6 +8,8 @@ Standards-Version: 3.9.1
Package: librenms-agent Package: librenms-agent
Architecture: all Architecture: all
Pre-Depends: xinetd 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 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 Description: Install the LibreNMS Unix Agent
Install the LibreNMS Unix Agent. Please note that the suggested packages are required for some of the plugins Install the LibreNMS Unix Agent. Please note that the suggested packages are required for some of the plugins