pkg_add: package `autoconf-2.69nb9' was already installed as dependency, now marked as installed manually p11-kit-0.23.15: copying /usr/pkg/share/examples/p11-kit/pkcs11.conf.example to /usr/pkg/etc/pkcs11/pkcs11.conf libprelude-0.9.24.1nb19: copying /usr/pkg/share/examples/libprelude/client.conf to /usr/pkg/etc/prelude/default/client.conf libprelude-0.9.24.1nb19: copying /usr/pkg/share/examples/libprelude/global.conf to /usr/pkg/etc/prelude/default/global.conf libprelude-0.9.24.1nb19: copying /usr/pkg/share/examples/libprelude/idmef-client.conf to /usr/pkg/etc/prelude/default/idmef-client.conf libprelude-0.9.24.1nb19: copying /usr/pkg/share/examples/libprelude/tls.conf to /usr/pkg/etc/prelude/default/tls.conf pkg_add: package `libltdl-2.4.6' was already installed as dependency, now marked as installed manually =========================================================================== $NetBSD: MESSAGE,v 1.5 2014/08/10 10:47:42 wiz Exp $ Execute this command to extract and rehash all CA root certificates distributed by the Mozilla Project, so that they can be used by third party applications using OpenSSL. It also creates a single file certificate bundle in PEM format which can be used by applications using GnuTLS. # mozilla-rootcerts install To mark these certificates as trusted for users of gnupg2, do the following (assuming default PKG_SYSCONFBASE and a Bourne shell): # mkdir -p /usr/pkg/etc/gnupg # cd /usr/pkg/etc/gnupg # for c in /etc/openssl/certs/*.pem; do > openssl x509 -in $c -noout -fingerprint|sed 's|^.*=\(.*\)|\1 S|' > done > trustlist.txt ===========================================================================