fping-4.2: setting permissions on /usr/pkg/sbin/fping (o=root, g=wheel, m=4511)
===========================================================================
The following files should be created for net-snmp-5.8:

	/etc/rc.d/snmptrapd (m=0755)
	    [/usr/pkg/share/examples/rc.d/snmptrapd]

	/etc/rc.d/snmpd (m=0755)
	    [/usr/pkg/share/examples/rc.d/snmpd]

===========================================================================
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.sgml to /usr/pkg/etc/sgml/catalog
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.etc.xml to /usr/pkg/etc/xml/catalog
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.sgml to /usr/pkg/share/sgml/catalog
xmlcatmgr-2.2nb1: copying /usr/pkg/share/examples/xmlcatmgr/catalog.share.xml to /usr/pkg/share/xml/catalog
postgresql95-client-9.5.22nb1: copying /usr/pkg/share/postgresql/pg_service.conf.sample to /usr/pkg/etc/postgresql/pg_service.conf
postgresql95-client-9.5.22nb1: copying /usr/pkg/share/postgresql/psqlrc.sample to /usr/pkg/etc/postgresql/psqlrc
gmp-6.2.0: registering info file /usr/pkg/info/gmp.info
libtasn1-4.16.0: registering info file /usr/pkg/info/libtasn1.info
nettle-3.6: registering info file /usr/pkg/info/nettle.info
libffi-3.3nb2: registering info file /usr/pkg/info/libffi.info
p11-kit-0.23.15nb1: copying /usr/pkg/share/examples/p11-kit/pkcs11.conf.example to /usr/pkg/etc/pkcs11/pkcs11.conf
libunistring-0.9.10: registering info file /usr/pkg/info/libunistring.info
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls-client-server-use-case.png
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls-guile.info
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls-handshake-sequence.png
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls-handshake-state.png
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls-internals.png
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls-layers.png
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls-logo.png
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls-modauth.png
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls-x509.png
gnutls-3.6.14: registering info file /usr/pkg/info/gnutls.info
gnutls-3.6.14: registering info file /usr/pkg/info/pkcs11-vision.png
iksemel-1.4nb7: registering info file /usr/pkg/info/iksemel
pkg_add: package `libxml2-2.9.10nb2' was already installed as dependency, now marked as installed manually
libidn2-2.3.0: registering info file /usr/pkg/info/libidn2.info
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2002/10/24 08:29:33 jlam Exp $

If you do not have an existing snmpd.conf configuration file, you may
generate one using snmpconf(1), e.g.:

	/usr/pkg/bin/snmpconf -g basic_setup

The resulting config file should be placed in:

	/usr/pkg/etc/snmpd.conf

===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.5 2004/01/23 17:12:16 jmmv Exp $

The following catalogs have been installed:

	* /usr/pkg/etc/sgml/catalog
	  System wide SGML catalog.  Can be edited by the administrator and
	  is not changed by packages.  This is the *default* catalog when
	  working in SGML mode.

	* /usr/pkg/etc/xml/catalog
	  System wide XML catalog.  Can be edited by the administrator and
	  is not changed by packages.  This is the *default* catalog when
	  working in XML mode.

	* /usr/pkg/share/sgml/catalog
	  Handles SGML stuff installed under /usr/pkg/share/sgml.
	  Automatically handled by packages.

	* /usr/pkg/share/xml/catalog
	  Handles XML stuff installed under /usr/pkg/share/xml.
	  Automatically handled by packages.

===========================================================================
===========================================================================
$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
===========================================================================