summaryrefslogtreecommitdiff
path: root/net/netsaint-plugins/patches/patch-ac
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2009-01-29 21:29:40 +0000
committershattered <shattered@pkgsrc.org>2009-01-29 21:29:40 +0000
commit71b641f17fde4b2121e88bb0e7d7e4435e19b951 (patch)
treee024befa1e8bd8692439377a2012ac462ff7b7ed /net/netsaint-plugins/patches/patch-ac
parent4047eb28066466f0091909f7c0cc336c9770c760 (diff)
downloadpkgsrc-71b641f17fde4b2121e88bb0e7d7e4435e19b951.tar.gz
Remove NetSaint packages. Last NetSaint release (0.0.7) was in 2002; it
was superseded by Nagios (in pkgsrc since 2006). Official announcement: http://marc.info/?l=netsaint-announce&m=101503609823404&w=2 OK by wiz@.
Diffstat (limited to 'net/netsaint-plugins/patches/patch-ac')
-rw-r--r--net/netsaint-plugins/patches/patch-ac29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/netsaint-plugins/patches/patch-ac b/net/netsaint-plugins/patches/patch-ac
deleted file mode 100644
index 1ef4c404430..00000000000
--- a/net/netsaint-plugins/patches/patch-ac
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2004/01/11 16:08:13 jschauma Exp $
-
---- ./plugins/check_by_ssh.c.orig 2001-04-23 03:43:11.000000000 -0400
-+++ ./plugins/check_by_ssh.c 2004-01-11 11:07:02.000000000 -0500
-@@ -387,13 +387,11 @@
-
-
-
--#define OPTIONS "\
---H <host> [-P port] [-f] [-y] [-t timeout] [-i identity]\n
-- [-l user] [-n name] [-s servicelist] [-O outputfile]"
--
- void print_usage(void)
- {
-- printf ("Usage:\n %s %s\n"
-+ printf ("Usage:\n %s "
-+ "-H <host> [-P port] [-f] [-y] [-t timeout] [-i identity]\n"
-+ " [-l user] [-n name] [-s servicelist] [-O outputfile]\n"
- #ifdef HAVE_GETOPT_H
- " %s (-h | --help) for detailed help\n"
- " %s (-V | --version) for version information\n",
-@@ -401,6 +399,6 @@
- " %s -h for detailed help\n"
- " %s -V for version information\n",
- #endif
-- PROGNAME, OPTIONS, PROGNAME, PROGNAME);
-+ PROGNAME, PROGNAME, PROGNAME);
-
- }