summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2009-05-07 01:36:45 +0000
committerNarayan Desai <desai@mcs.anl.gov>2009-05-07 01:36:45 +0000
commit5ec68d313dabb6a5b9b29376deac0e0ccb0ff322 (patch)
treef6dc51b374fa85e35ecb76d08888758c503d10af /man
parent22f1fc04c210094ce8660928f91cd63f3163c31a (diff)
downloadbcfg2-5ec68d313dabb6a5b9b29376deac0e0ccb0ff322.tar.gz
bcfg2-5ec68d313dabb6a5b9b29376deac0e0ccb0ff322.tar.bz2
bcfg2-5ec68d313dabb6a5b9b29376deac0e0ccb0ff322.zip
remove old bcfg2-remote code
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5205 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'man')
-rw-r--r--man/bcfg2-remote.840
1 files changed, 0 insertions, 40 deletions
diff --git a/man/bcfg2-remote.8 b/man/bcfg2-remote.8
deleted file mode 100644
index 8e1aab956..000000000
--- a/man/bcfg2-remote.8
+++ /dev/null
@@ -1,40 +0,0 @@
-.TH "bcfg2-remote" 8
-.SH NAME
-bcfg2-remote \- Connect to a bcfg2 agent and trigger client execution
-.SH SYNOPSIS
-.B bcfg2-remote
-.I [-d <debug level>]
-.I [-H <agent host>]
-.I [-C <configfile>]
-.I [-k <ssl key>]
-.I [-p <agent tcp port>]
-.SH DESCRIPTION
-bcfg2-remote connects to a client agent, uses the server certificate
-for authentication, and causes that client to run the bcfg2 client
-code with the options specified on the client.
-.SH OPTIONS
-.PP
-.B "\-d debuglevel"
-.RS
-Set debug level (0-40).
-.RE
-.B "\-H hostname"
-.RS
-Connect to the agent on the specified host.
-.RE
-.B "-C configfile"
-.RS
-Use the specified bcfg2.conf.
-.RE
-.B "\-k sslkey"
-.RS
-Use the ssl certificate at the following path.
-.RE
-.B "\-p port"
-.RS
-Connect to the agent on the specified TCP port.
-.RE
-.SH "SEE ALSO"
-.BR bcfg2(1)
-
-