summaryrefslogtreecommitdiff
path: root/net-mgmt/netsaint-plugins/files
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-04-10 09:32:38 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-04-10 09:32:38 +0000
commit79b4ce0266319027f6066fbfc86df3b3787c08e8 (patch)
treefbb9eb6faaa039cc6297d4b39e51b93c60065428 /net-mgmt/netsaint-plugins/files
parentAdd liece-emacs20 and liece-xemacs21-mule, yet another IRC client (diff)
Fix check_ntp (FreeBSD has /usr/sbin/ntpdc instead of /usr/sbin/xntpdc).
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=41187
Diffstat (limited to 'net-mgmt/netsaint-plugins/files')
-rw-r--r--net-mgmt/netsaint-plugins/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/netsaint-plugins/files/patch-ac b/net-mgmt/netsaint-plugins/files/patch-ac
new file mode 100644
index 000000000000..994cda94580f
--- /dev/null
+++ b/net-mgmt/netsaint-plugins/files/patch-ac
@@ -0,0 +1,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);