aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nagios-plugins/files/patch-check_by_ssh.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-02 20:55:58 +0000
commit1cf501d6f87b43d3b20cdc1df1942dccff3796bd (patch)
tree888348323662d1fceb365259a7bc1b95e8e8d3f1 /net-mgmt/nagios-plugins/files/patch-check_by_ssh.c
parent6919c4e8e4b89639d4e9698d9c257a0dd4103be9 (diff)
Notes
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-check_by_ssh.c')
-rw-r--r--net-mgmt/nagios-plugins/files/patch-check_by_ssh.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-check_by_ssh.c b/net-mgmt/nagios-plugins/files/patch-check_by_ssh.c
deleted file mode 100644
index f1ba6b457c0d..000000000000
--- a/net-mgmt/nagios-plugins/files/patch-check_by_ssh.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- plugins/check_by_ssh.c.orig Wed Nov 20 02:19:07 2002
-+++ plugins/check_by_ssh.c Tue Nov 26 14:20:28 2002
-@@ -361,6 +361,8 @@
- " list of nagios service names, separated by ':' [optional]\n"
- "-n, --name=NAME\n"
- " short name of host in nagios configuration [optional]\n"
-+ "-v, --verbose\n"
-+ " display command being executed\n"
- "-4, --use-ipv4\n"
- " tell ssh to use IPv4\n"
- "-6, --use-ipv6\n"
-@@ -388,7 +390,7 @@
- {
- printf
- ("Usage:\n"
-- "check_by_ssh [-f46] [-t timeout] [-i identity] [-l user] -H <host> -C <command>\n"
-+ "check_by_ssh [-fv46] [-t timeout] [-i identity] [-l user] -H <host> -C <command>\n"
- " [-n name] [-s servicelist] [-O outputfile] [-p port]\n"
- "check_by_ssh -V prints version info\n"
- "check_by_ssh -h prints more detailed help\n");