radvd.init: fix path to radvd.conf sample

Correct the information that printed by radvd initscript.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
This commit is contained in:
Wenzong Fan 2014-04-21 14:24:49 +08:00 committed by Joe MacDonald
parent 715893e5ff
commit ee6f88f285

View File

@ -64,7 +64,7 @@ chkconfig() {
if [ ! -e $CONFIG -o ! -s $CONFIG ]; then
echo ""
echo "* $CONFIG does not exist or is empty."
echo "* See /usr/share/doc/radvd/examples/simple-radvd.conf for a simple"
echo "* See /usr/share/doc/radvd/radvd.conf.example for a simple"
echo "* configuration suitable for most systems, and radvd.conf(5)"
echo "* for configuration file syntax. radvd will *not* be started."
exit 0