13 lines
352 B
Plaintext
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)';
|