network/radvd: Fix README.

This commit is contained in:
B. Watson 2016-11-14 16:23:26 -05:00 committed by Willy Sudiarto Raharjo
parent 18dcdacf81
commit f50bb0c9b7
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 4 additions and 4 deletions

View File

@ -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
/etc/rc.d/rc.radvd. To have this start upon each boot, add the following
lines to your /etc/rc.d/rc.local file:
## Start the radvd daemon:
if [ -x /etc/rc.d/rc.radvd ]; then
/etc/rc.d/rc.radvd start
fi
## Start the radvd daemon:
if [ -x /etc/rc.d/rc.radvd ]; then
/etc/rc.d/rc.radvd start
fi
check is an optional (build-time only) dependency.