aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2014-04-21 14:24:49 +0800
committerJoe MacDonald <joe@deserted.net>2014-04-24 21:07:47 -0400
commitee6f88f28566acaada77a74ce02f66fee0219ab4 (patch)
tree404effff6b907ad42e098f8d6e7f61b2c948cc1f /meta-networking
parent715893e5ffcce8d32f096c93dd36f345e52c17a7 (diff)
downloadmeta-openembedded-contrib-ee6f88f28566acaada77a74ce02f66fee0219ab4.tar.gz
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>
Diffstat (limited to 'meta-networking')
-rwxr-xr-xmeta-networking/recipes-daemons/radvd/files/radvd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/radvd/files/radvd.init b/meta-networking/recipes-daemons/radvd/files/radvd.init
index 529529293c..8b26317ee6 100755
--- a/meta-networking/recipes-daemons/radvd/files/radvd.init
+++ b/meta-networking/recipes-daemons/radvd/files/radvd.init
@@ -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