pkgsrc change: js/css files are now installed in share/smokeping/{js,css} Changes since 2.6.7: handle servers actually implementing OPTIONS fork alert handlers, so that smokeping does not block HTTP auth user template support Added new probe SendEmail A probe to use the EOS "ping" cli command Adds a Qstat probe plugin Added IPv6 (ipversion) and TCP (protocol) support Add a custom Curl probe. New TraceroutePing probe module Add the FPingContinuous probe Initial revision of IRTT probe
13 lines
455 B
Text
13 lines
455 B
Text
$NetBSD: patch-af,v 1.2 2020/04/27 18:05:18 bouyer Exp $
|
|
|
|
--- lib/Makefile.in.orig 2018-12-20 11:22:43.000000000 +0100
|
|
+++ lib/Makefile.in 2020-04-23 10:16:51.668142346 +0200
|
|
@@ -268,7 +268,7 @@
|
|
PROBE := $(wildcard Smokeping/probes/*.pm)
|
|
MATCH := $(wildcard Smokeping/matchers/*.pm)
|
|
EXTRA_DIST = $(PM) $(SP) $(SORT) $(PROBE) $(MATCH)
|
|
-perllibdir = $(prefix)/lib
|
|
+perllibdir = $(prefix)/lib/smokeping
|
|
nobase_perllib_DATA = $(EXTRA_DIST)
|
|
all: all-am
|
|
|