c208dc5df3
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>.
15 lines
437 B
Plaintext
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
|