pkgsrc/security/AiCA/patches/patch-ab
taca 153867708e - Honor PKG_SYSCONFDIR.
- move store directory to under PKG_SYSCONFDIR.
- add missing fix to top level configure.
2004-11-30 05:58:04 +00:00

24 lines
979 B
Text

$NetBSD: patch-ab,v 1.2 2004/11/30 05:58:04 taca Exp $
--- README.orig 2002-11-04 23:21:08.000000000 +0900
+++ README
@@ -103,8 +103,8 @@
operations.
2.3 Settings of aica.cnf
- After installation of the AiCA, "PREFIX/lib/aica.cnf" file will be
- created for command configuration. ("PREFIX" means install directory)
+ After installation of the AiCA, "/usr/pkg/etc/AiCA/aica.cnf" file will be
+ created for command configuration.
2.3.1 Settings of "default CA"
Set the default CA.
@@ -135,7 +135,7 @@
It is neccessary to define certificate store directory which is
containing certificates and CRLs for certificate verification.
[general info]
- store_dir =PREFIX/store
+ store_dir =/usr/pkg/etc/AiCA/store
By default setting, store_dir is 'install_directory/store' and this
directory contains several files of aica certificate store. Use default
setting if you do not have any special reason.