openbsd-ports/sysutils/resmon/patches/patch-resmon
jdixon 83bc9e629c Import resmon-20090802 and nagios-plugins-resmon-20090802
Resmon is a lightweight utility for local host monitoring that can be
queried by tools such as nagios over http. One of the main design goals
is portability: that resmon should require nothing more than a default
install of Perl.

Also provide nagios-plugins-resmon for checking resmon agents.

Assistance by and ok merdely@
2009-08-02 19:12:15 +00:00

12 lines
262 B
Plaintext

$OpenBSD: patch-resmon,v 1.1.1.1 2009/08/02 19:12:15 jdixon Exp $
--- resmon.orig Mon Jun 8 14:32:28 2009
+++ resmon Sun Aug 2 03:06:45 2009
@@ -2,7 +2,6 @@
BEGIN {
(my $dir = $0) =~ s/\/?[^\/]+$//;
- eval "use lib '$dir/lib';";
die $@ if($@);
};