[oe] [PATCH 1/4] radvd.init: fix path to radvd.conf sample

Kai Kang kai.kang at windriver.com
Mon Apr 21 06:24:49 UTC 2014


From: Wenzong Fan <wenzong.fan at windriver.com>

Correct the information that printed by radvd initscript.

Signed-off-by: Wenzong Fan <wenzong.fan at windriver.com>
Signed-off-by: Kai Kang <kai.kang at windriver.com>
---
 meta-networking/recipes-daemons/radvd/files/radvd.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-daemons/radvd/files/radvd.init b/meta-networking/recipes-daemons/radvd/files/radvd.init
index 5295292..8b26317 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
-- 
1.8.4




More information about the Openembedded-devel mailing list