diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-03 08:50:29 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-03 08:50:29 +0000 |
commit | dffee50e8045982c868c0f89f4ffb40f049aa4e6 (patch) | |
tree | b22b44b4327760ed15e004b101ae9edc0da98d61 /net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl | |
parent | - Properly update icon caches when GTK2 and/or GTK3 option is set. (diff) |
Update to 2.1.1
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=395932
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl b/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl index 92612d35bfe2..40e8668f427b 100644 --- a/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl +++ b/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl @@ -1,6 +1,6 @@ ---- plugins-scripts/check_ntp.pl.orig 2014-03-04 21:41:57 UTC +--- plugins-scripts/check_ntp.pl.orig 2015-07-30 21:40:06 UTC +++ plugins-scripts/check_ntp.pl -@@ -313,7 +313,6 @@ +@@ -313,7 +313,6 @@ if ($have_ntpq) { } } else { print "No match!\n" if $verbose; @@ -8,7 +8,7 @@ } } -@@ -427,7 +426,7 @@ +@@ -427,7 +426,7 @@ if ($ntpdate_error != $ERRORS{'OK'}) { foreach my $key (keys %ERRORS) { if ($state==$ERRORS{$key}) { # print ("NTP $key: $answer"); |