network/radvd: Fix README.
This commit is contained in:
parent
18dcdacf81
commit
f50bb0c9b7
|
@ -13,9 +13,9 @@ Once the slackware package is installed, edit /etc/radvd.conf to reflect
|
||||||
your current IPv6 configuration. An init script has been provided at
|
your current IPv6 configuration. An init script has been provided at
|
||||||
/etc/rc.d/rc.radvd. To have this start upon each boot, add the following
|
/etc/rc.d/rc.radvd. To have this start upon each boot, add the following
|
||||||
lines to your /etc/rc.d/rc.local file:
|
lines to your /etc/rc.d/rc.local file:
|
||||||
## Start the radvd daemon:
|
## Start the radvd daemon:
|
||||||
if [ -x /etc/rc.d/rc.radvd ]; then
|
if [ -x /etc/rc.d/rc.radvd ]; then
|
||||||
/etc/rc.d/rc.radvd start
|
/etc/rc.d/rc.radvd start
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check is an optional (build-time only) dependency.
|
check is an optional (build-time only) dependency.
|
||||||
|
|
Loading…
Reference in New Issue