749c5a55e7
jolan@ ok
24 lines
672 B
Plaintext
24 lines
672 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
|
|
|
|
*********************
|
|
* WARNING!
|
|
*
|
|
* This port has changed its user/group from 'opennap' to '_opennap'. If you
|
|
* installed this port before, ensure all permissions are set correctly and
|
|
* then "rmuser opennap".
|
|
*********************
|
|
|