forked from Lainports/freebsd-ports
* HKP (WWW) key submissions disabled by default, enabled via configuration file * nicer formatting of long (SHA-1) fingerprints * pksdctl usage() shows available commands/arguments * manual page fixes Bump PORTREVISION. PR: ports/34970 Submitted by: Jason Harris <jharris@widomaker.com>
14 lines
359 B
Text
14 lines
359 B
Text
===================================================================
|
|
RCS file: pks_www.h,v
|
|
retrieving revision 1.4
|
|
diff -u -r1.4 pks_www.h
|
|
--- pks_www.h 1999/05/20 03:39:52 1.4
|
|
+++ pks_www.h 2001/09/02 04:15:06
|
|
@@ -12,6 +12,7 @@
|
|
|
|
typedef struct _pks_www_conf {
|
|
int port;
|
|
+ int readonly;
|
|
int max_reply_keys;
|
|
char *db_dir;
|
|
pks_incr_conf *pic;
|