mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-14 06:45:30 -04:00
13 lines
354 B
Plaintext
13 lines
354 B
Plaintext
$NetBSD: patch-ah,v 1.4 2015/04/03 17:50:27 rodent Exp $
|
|
|
|
--- plugins-scripts/check_ntp.pl.orig 2014-03-04 21:41:57.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)';
|