2009-12-15 19:59:54 +01:00
|
|
|
$NetBSD: patch-ah,v 1.2 2009/12/15 18:59:54 bouyer Exp $
|
2006-02-18 18:19:20 +01:00
|
|
|
|
2009-12-15 19:59:54 +01:00
|
|
|
--- 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 @@
|
2006-02-18 18:19:20 +01:00
|
|
|
} else {
|
|
|
|
$jitter_error = $ERRORS{'OK'};
|
|
|
|
}
|
|
|
|
+ last;
|
|
|
|
} else {
|
|
|
|
print "No match!\n" if $verbose;
|
|
|
|
$jitter = '(not parsed)';
|