c48b2da0a1
general OK from MAINTAINER, after cleanup, OK from landry@ and sthen@
7 lines
208 B
Plaintext
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
|