freebsd-ports/security/pks/files/patch-af
Kris Kennaway 66bcd1ef6c Patches from maintainer:
* 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>
2002-04-19 22:23:32 +00:00

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;