diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-03-29 09:53:18 +0000 |
| commit | 2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch) | |
| tree | 19d35773be783fd6761833f599af82301c20ceac /net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c | |
| parent | 46e9a484f814c07d51ab2cb90517f4f5c4c368ae (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Diffstat (limited to 'net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c')
| -rw-r--r-- | net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c b/net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c deleted file mode 100644 index f89ad7d49ffa..000000000000 --- a/net-mgmt/netsaint-plugins/files/patch-check_by_ssh.c +++ /dev/null @@ -1,29 +0,0 @@ ---- plugins/check_by_ssh.c.orig Fri Jun 21 11:19:56 2002 -+++ plugins/check_by_ssh.c Fri Jun 21 11:54:25 2002 -@@ -191,7 +191,7 @@ - if (commands>1) - remotecmd=strscat(remotecmd,";echo STATUS CODE: $?;"); - -- if (strlen (remotecmd) <= 1) -+ if (remotecmd==NULL) - usage ("No remotecmd\n"); - - comm = ssprintf(comm,"%s %s '%s'",comm,hostname,remotecmd); -@@ -369,6 +369,8 @@ - " list of netsaint service names, separated by ':' [optional]\n" - "-n, --name=NAME\n" - " short name of host in netsaint configuration [optional]\n" -+ "-v, --verbose\n" -+ " short name of host in netsaint configuration [optional]\n" - "\n" - "The most common mode of use is to refer to a local identity file with\n" - "the '-i' option. In this mode, the identity pair should have a null\n" -@@ -388,7 +390,7 @@ - - - #define OPTIONS "\ ---H <host> [-P port] [-f] [-y] [-t timeout] [-i identity]\n -+-H <host> -C <command> [-fyv] [-P port] [-t timeout] [-i identity]\n - [-l user] [-n name] [-s servicelist] [-O outputfile]" - - void print_usage(void) |
