Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
39b898c3
Commit
39b898c3
authored
Feb 28, 2012
by
Jeremy C. Reed
Browse files
[master] cmdctl manpage improvements
Document configuration and shutdown command. Update manual and copyright dates.
parent
2d0b7b1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/cmdctl/b10-cmdctl.xml
View file @
39b898c3
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
<!--
- Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2010
-2012
Internet Systems Consortium, Inc. ("ISC")
-
- Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above
...
...
@@ -20,7 +20,7 @@
<refentry>
<refentryinfo>
<date>
March 9
, 201
0
</date>
<date>
February 28
, 201
2
</date>
</refentryinfo>
<refmeta>
...
...
@@ -37,7 +37,7 @@
<docinfo>
<copyright>
<year>
2010
</year>
<year>
2010
-2012
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
</docinfo>
...
...
@@ -137,6 +137,50 @@
</refsect1>
<refsect1>
<title>
CONFIGURATION AND COMMANDS
</title>
<para>
The configurable settings are:
</para>
<para>
<varname>
accounts_file
</varname>
defines the path to the
user accounts database.
The default is
<filename>
/usr/local/etc/bind10-devel/cmdctl-accounts.csv
</filename>
.
</para>
<para>
<varname>
cert_file
</varname>
defines the path to the
PEM certificate file.
The default is
<filename>
/usr/local/etc/bind10-devel/cmdctl-certfile.pem
</filename>
.
</para>
<para>
<varname>
key_file
</varname>
defines the path to the PEM private key
file.
The default is
<filename>
/usr/local/etc/bind10-devel/cmdctl-keyfile.pem
</filename>
.
</para>
<!-- TODO: formating -->
<para>
The configuration command is:
</para>
<!-- NOTE: print_settings is not documented since I think will be removed -->
<para>
<command>
shutdown
</command>
exits
<command>
b10-cmdctl
</command>
.
This has an optional
<varname>
pid
</varname>
argument to
select the process ID to stop.
(Note that the BIND 10 boss process may restart this service
if configured.)
</para>
</refsect1>
<refsect1>
<title>
FILES
</title>
<!-- TODO: replace /usr/local -->
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment