mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
715893e5ff
commit
ee6f88f285
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user