aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netsaint-plugins/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/netsaint-plugins/files/patch-ac')
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/netsaint-plugins/files/patch-ac b/net-mgmt/netsaint-plugins/files/patch-ac
deleted file mode 100644
index 994cda94580f..000000000000
--- a/net-mgmt/netsaint-plugins/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);