diff options
Diffstat (limited to 'net/netsaint-plugin-snmp/patches/patch-ac')
-rw-r--r-- | net/netsaint-plugin-snmp/patches/patch-ac | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net/netsaint-plugin-snmp/patches/patch-ac b/net/netsaint-plugin-snmp/patches/patch-ac new file mode 100644 index 00000000000..839c317a916 --- /dev/null +++ b/net/netsaint-plugin-snmp/patches/patch-ac @@ -0,0 +1,17 @@ +$NetBSD: patch-ac,v 1.1 2004/02/22 16:40:51 christos Exp $ + +--- plugins/check_by_ssh.c.orig 2001-04-23 03:43:11.000000000 -0400 ++++ plugins/check_by_ssh.c 2004-02-22 11:38:04.000000000 -0500 +@@ -387,9 +387,9 @@ + + + +-#define OPTIONS "\ +--H <host> [-P port] [-f] [-y] [-t timeout] [-i identity]\n +- [-l user] [-n name] [-s servicelist] [-O outputfile]" ++#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) + { |