summaryrefslogtreecommitdiff
path: root/net/nagios-plugins/files/patch-check_ssh.c
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-01-03 19:08:00 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-01-03 19:08:00 +0000
commit40e5056d192fdc0429a063ae8e5291c0917a4ff8 (patch)
treefe64becc91a297123e4ba10f4e892fed5799e3c5 /net/nagios-plugins/files/patch-check_ssh.c
parentUpdate to 1.0. (diff)
Update to 1.3.0.b2.
Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=72439
Diffstat (limited to 'net/nagios-plugins/files/patch-check_ssh.c')
-rw-r--r--net/nagios-plugins/files/patch-check_ssh.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/nagios-plugins/files/patch-check_ssh.c b/net/nagios-plugins/files/patch-check_ssh.c
deleted file mode 100644
index 8638a4571fe9..000000000000
--- a/net/nagios-plugins/files/patch-check_ssh.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- plugins/check_ssh.c.orig Thu Feb 28 07:42:59 2002
-+++ plugins/check_ssh.c Sun Jul 14 09:59:41 2002
-@@ -250,7 +250,7 @@
- printf ("%s\n", output);
- ssh_proto = output + 4;
- ssh_server = ssh_proto + strspn (ssh_proto, "0123456789-. ");
-- ssh_proto[strspn (ssh_proto, "0123456789-. ")] = 0;
-+ ssh_proto[strspn (ssh_proto, "0123456789. ")] = 0;
- printf
- ("SSH ok - protocol version %s - server version %s\n",
- ssh_proto, ssh_server);
-@@ -277,7 +277,7 @@
- {
- printf
- ("Usage:\n"
-- " %s -t [timeout] -p [port] <host>\n"
-+ " %s [-t <timeout>] [-p <port>] <host>\n"
- " %s -V prints version info\n"
- " %s -h prints more detailed help\n", PROGNAME, PROGNAME, PROGNAME);
- }