1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/security/pks/files/patch-ad
Kris Kennaway 04665ddc39 pks 0.9.4 is a PGP public key server from MIT.
Obtained from:  NetBSD
2001-01-15 04:40:11 +00:00

10 lines
230 B
Plaintext

--- pks_www.h.orig Wed May 19 23:39:52 1999
+++ pks_www.h Thu Jul 27 10:17:35 2000
@@ -13,6 +13,7 @@
typedef struct _pks_www_conf {
int port;
int max_reply_keys;
+ char *db_dir;
pks_incr_conf *pic;
} pks_www_conf;