ports/audio/opennap/pkg/MESSAGE

12 lines
374 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
- 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