summaryrefslogtreecommitdiff
path: root/net/netsaint-plugins/files/patch-ac
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/netsaint-plugins/files/patch-ac
parentBROKEN on !i386: Does not compile (diff)
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Notes
Notes: svn path=/head/; revision=101812
Diffstat (limited to 'net/netsaint-plugins/files/patch-ac')
-rw-r--r--net/netsaint-plugins/files/patch-ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/netsaint-plugins/files/patch-ac b/net/netsaint-plugins/files/patch-ac
deleted file mode 100644
index 796ee76bcc2a..000000000000
--- a/net/netsaint-plugins/files/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
---- plugins-scripts/check_ntp.pl.orig Mon Apr 23 19:43:00 2001
-+++ plugins-scripts/check_ntp.pl Sun Apr 29 18:38:26 2001
-@@ -154,7 +154,8 @@
- ###
- ###
-
--if (open(NTPDC,"/usr/sbin/xntpdc -c peers $host 2>&1 |") ) {
-+if (open(NTPDC,"/usr/sbin/xntpdc -c peers $host 2>&1 |") ||
-+ open(NTPDC,"/usr/sbin/ntpdc -c peers $host 2>&1 |")) {
- while (<NTPDC>) {
- print if ($verbose);
- if (/([^\s]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)\s+([-0-9.]+)/) {