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

