blob: 78dcb8f577d49e18b3df2c35dce4bf56166356e1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[
{ type: install
message: <<EOM
Sample Configuration files have been installed in $PREFIX/share/libpki/etc, in a
hierachy that mimics the one created in $PREFIX/etc.
They may be used as templates to be copied into the corresponding subdirectory
under $PREFIX/etc and customized according to user context.
EOM
}
{
type: remove
message: <<EOM
User-installed configuration files under $PREFIX/etc/libpki have been preserved and
must be removed manually if needed, as well as this directory.
EOM
}
]
|