openbsd-ports/audio/opennap/pkg/MESSAGE
naddy c208dc5df3 Update to 0.44 with some patches from CVS.
Notable changes to the port:
- creates opennap user/group to run as
- tons of bugfixes, improved performance
- no longer hardcodes SYSCONFDIR to /etc/opennap

Submitted by Jolan Luff <jolan@pellaeon.com>.
2002-08-10 01:14:04 +00:00

15 lines
437 B
Plaintext

Configuring Opennap on OpenBSD
------------------------------
- configuration files are in ${SYSCONFDIR}/opennap
- documentation is installed in ${PREFIX}/doc/opennap
- sample configuration files are in ${PREFIX}/share/examples/opennap
Additionally, you may wish to start opennap at system start-up
via the /etc/rc.local script:
if [ -x ${PREFIX}/sbin/opennap ]; then
echo -n ' opennap'; ${PREFIX}/sbin/opennap -b > /dev/null
fi