===========================================================================
The following files should be created for distcc-3.3:

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

===========================================================================
===========================================================================
$NetBSD: MESSAGE,v 1.1 2017/10/27 01:28:53 nat Exp $

To enable dma for use with NetBSD-8 or above.

Set the following environment variables:
	SDL_DSP_DMA_PRECISION
	SDL_DSP_DMA_FREQ
	SDL_DSP_DMA_CHANNELS

	SDL_DSP_NOSELECT=1

DMA parameters must match the hw virtual channel format for playback to
work with dma.

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