mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
e6df69f868
Submitter becomes new maintainer PR: 279196 Approved by: previous maintainer
21 lines
650 B
Plaintext
21 lines
650 B
Plaintext
--- ./mkpksdconf.in.orig 2024-05-21 01:17:10 UTC
|
|
+++ ./mkpksdconf.in
|
|
@@ -44,7 +44,7 @@
|
|
|
|
cat << EOF
|
|
pks_bin_dir @bindir@
|
|
-pid_dir @localstatedir@/db
|
|
+pid_dir /var/run
|
|
### Set chroot_dir to make pksd chroot itself. Must be an absolute path.
|
|
# chroot_dir @prefix@
|
|
### uid and gid for pksd to run as. Leave unset, or set to 0 to disable
|
|
@@ -70,7 +70,7 @@
|
|
### of each message.
|
|
maintainer_email PGP Key Server Administrator <nobody>
|
|
mail_intro_file @datadir@/mail_intro
|
|
-help_dir @datadir@
|
|
+help_dir @docdir@
|
|
mail_dir @localstatedir@/incoming
|
|
### If you change this, make sure to put a corresponding help file in
|
|
### the help_dir named above
|