Use generic db dependencies rather than 4.8 versioned ones
[onak.git] / keydctl.8
1 .TH KEYD 8
2 .SH NAME
3 keydctl \- control an onak keyd instance
4 .SH SYNOPSIS
5 .PP
6 .B keydctl
7 [
8 .B options
9 ]
10 .B command
11 .SH DESCRIPTION
12 .PP
13 keydctl is a command line client for interacting with a backend keyd
14 daemon. It's intended to perform functions that are specifically related
15 to keyd rather than being generic keyserver functions. See
16 .BR onak(1)
17 for details about how to perform key related operations.
18 .SS "Options"
19 .TP
20 \fB\-c \fIFILE\fR\fR
21 Use \fIFILE\fR as the config file instead of the default.
22 .TP
23 \fB\-h\fR
24 Display help text.
25 .SS "Commands"
26 .TP
27 .B check
28 Query if keyd is running and accepting commands. Returns 0 if it is, 1
29 otherwise. Outputs nothing to stdout/stderr.
30 .TP
31 .B quit
32 Request that keyd exits cleanly
33 .TP
34 .B status
35 Display the status of a running keyd. Currently just the protocol version
36 in use.
37 .SH FILES
38 .br
39 .nf
40 .\" set tabstop to longest possible filename, plus a wee bit
41 .ta \w'/usr/lib/perl/getopts.pl   'u
42 \fI/etc/onak.conf\fR    default configuration file
43 .SH NOTES
44 This man page could probably do with some more details.
45 .SH "SEE ALSO"
46 .BR onak (1)
47 .BR keyd (8)
48 .SH AUTHOR
49 onak was written by Jonathan McDowell <noodles@earth.li>. It can be found at
50 http://www.earth.li/projectpurple/progs/onak.html