Remove unused variables
[onak.git] / keyd.8
1 .TH KEYD 8
2 .SH NAME
3 keyd \- Backend key serving daemon for the onak PGP keyserver 
4 .SH SYNOPSIS
5 .PP
6 .B keyd
7 .SH DESCRIPTION
8 .PP
9 keyd is a backend daemon for the onak PGP keyserver. It listens on a Unix
10 socket for connections from the various CGI and mail front ends and
11 handles talking to the backend database. It is intended to be of use in
12 high load keyservers to reduce the time spent in connecting and
13 disconnecting from the key database.
14 .PP
15 keyd is currently fairly alpha code; it is only recommended that you use
16 it if you know what you are doing.
17 .SH FILES
18 .br
19 .nf
20 .\" set tabstop to longest possible filename, plus a wee bit
21 .ta \w'/usr/lib/perl/getopts.pl   'u
22 \fI/etc/onak.conf\fR    default configuration file
23 .SH NOTES
24 This man page could probably do with some more details.
25 .SH "SEE ALSO"
26 .BR onak (1)
27 .SH AUTHOR
28 onak was written by Jonathan McDowell <noodles@earth.li>. It can be found at
29 http://www.earth.li/projectpurple/progs/onak.html