Files
pkgsrc-ng/net/nagios-plugins/patches/patch-ah
2013-09-26 17:14:40 +02:00

13 lines
352 B
Plaintext

$NetBSD: patch-ah,v 1.3 2011/04/08 22:56:12 morr Exp $
--- plugins-scripts/check_ntp.pl.orig 2010-07-27 20:47:16.000000000 +0000
+++ plugins-scripts/check_ntp.pl
@@ -311,6 +311,7 @@ if ($have_ntpq) {
} else {
$jitter_error = $ERRORS{'OK'};
}
+ last;
} else {
print "No match!\n" if $verbose;
$jitter = '(not parsed)';