openbsd-ports/net/olsrd/pkg/MESSAGE
robert 88d4bebfe5 Import olsrd-0.4.9.
The olsr.org OLSR daemon is an implementation of the Optimized Link
State Routing protocol. OLSR is a routing protocol for mobile ad-hoc
networks. The protocol is pro-active, table driven and utilizes a
technique called multipoint relaying for message flooding.
From: Holger Mauermann <holger@mauermann.org>

ok pvalchev@
2005-05-22 14:44:45 +00:00

8 lines
209 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