openbsd-ports/net/olsrd/pkg/MESSAGE-main
sebastia c48b2da0a1 update to olsrd-0.6.0, adding two subpackages -gui and -plugins
general OK from MAINTAINER, after cleanup, OK from landry@ and sthen@
2010-06-14 12:36:34 +00:00

7 lines
208 B
Plaintext

In order to start olsrd at boot time, edit ${SYSCONFDIR}/olsrd.conf and
add the following lines to /etc/rc.local:
if [ -x ${PREFIX}/sbin/olsrd ]; then
echo -n ' olsrd'; ${PREFIX}/sbin/olsrd
fi