freebsd-ports/security/pks/files/patch-ao
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
369 B
Text

===================================================================
RCS file: pks_config.h,v
retrieving revision 1.11
diff -u -r1.11 pks_config.h
--- pks_config.h 1999/05/20 03:39:52 1.11
+++ pks_config.h 2001/09/02 04:07:18
@@ -16,6 +16,7 @@
/* web server stuff */
int www_port;
+ int www_readonly;
/* mail server stuff */
char socket_name[1024];