freebsd-ports/security/pks/files/patch-ae
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

15 lines
503 B
Plaintext

===================================================================
RCS file: pks_www.c,v
retrieving revision 1.19
diff -u -r1.19 pks_www.c
--- pks_www.c 1999/06/02 06:06:01 1.19
+++ pks_www.c 2001/09/02 04:14:22
@@ -529,5 +529,6 @@
void pks_www_init(pks_www_conf *conf)
{
www_init(conf->port, pks_www, conf);
- www_init(conf->db_dir, pks_www, conf);
+ //www_init(conf->db_dir, pks_www, conf); // wtf? This snuck in via
+ // NetBSD's patch-ac...
}