pkgsrc/net/nagios-plugins/patches/patch-ah

13 lines
372 B
Text
Raw Normal View History

$NetBSD: patch-ah,v 1.2 2009/12/15 18:59:54 bouyer Exp $
--- plugins-scripts/check_ntp.pl.orig 2008-11-30 22:23:18.000000000 +0100
+++ plugins-scripts/check_ntp.pl 2009-12-15 17:31:18.000000000 +0100
@@ -311,6 +311,7 @@
} else {
$jitter_error = $ERRORS{'OK'};
}
+ last;
} else {
print "No match!\n" if $verbose;
$jitter = '(not parsed)';