mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +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:
committed by
Joe MacDonald
parent
715893e5ff
commit
ee6f88f285
@@ -64,7 +64,7 @@ chkconfig() {
|
|||||||
if [ ! -e $CONFIG -o ! -s $CONFIG ]; then
|
if [ ! -e $CONFIG -o ! -s $CONFIG ]; then
|
||||||
echo ""
|
echo ""
|
||||||
echo "* $CONFIG does not exist or is empty."
|
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 "* configuration suitable for most systems, and radvd.conf(5)"
|
||||||
echo "* for configuration file syntax. radvd will *not* be started."
|
echo "* for configuration file syntax. radvd will *not* be started."
|
||||||
exit 0
|
exit 0
|
||||||
|
|||||||
Reference in New Issue
Block a user