summaryrefslogtreecommitdiff
path: root/net/netsaint-plugins/files/patch-ac
blob: 994cda94580ffee82a3dce5fef6b0f38003fbe46 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- plugins-scripts/check_ntp.pl.orig	Mon Aug 28 17:00:59 2000
+++ plugins-scripts/check_ntp.pl	Mon Apr  9 19:37:32 2001
@@ -153,7 +153,7 @@
 ###
 ###
 
-if (#open(NTPDC,"/usr/sbin/ntpdc -c $host 2>&1 |") ||
+if (open(NTPDC,"/usr/sbin/ntpdc -c $host 2>&1 |") ||
     open(NTPDC,"/usr/sbin/xntpdc -c $host 2>&1 |") ) {
 	while (<NTPDC>) {
 		print if ($verbose);