ports/net-mgmt/librenms-agent/files/patch-check__mk__agent__freebsd
Baptiste Daroussin 09068645c2 librenms-agent is an agent based on check_mk used with xinetd to provide
monitoring informations of machine to librenms server.

WWW: https://github.com/librenms/librenms-agent

PR:		211522
Submitted by:	kiwi@oav.net
2017-05-06 15:25:03 +00:00

13 lines
354 B
Text

--- check_mk_agent_freebsd.orig 2016-08-01 16:26:27 UTC
+++ check_mk_agent_freebsd
@@ -40,8 +40,8 @@
export LC_ALL=C
unset LANG
-export MK_LIBDIR="/usr/local/lib/check_mk_agent"
-export MK_CONFDIR="/etc/check_mk"
+export MK_LIBDIR="%%PREFIX%%/lib/check_mk_agent"
+export MK_CONFDIR="%%PREFIX%%/etc/check_mk"
export MK_TMPDIR="/var/run/check_mk"