[oe-commits] Wenzong Fan : radvd.init: fix path to radvd.conf sample

git at git.openembedded.org git at git.openembedded.org
Sat Apr 26 00:17:17 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: ee6f88f28566acaada77a74ce02f66fee0219ab4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=ee6f88f28566acaada77a74ce02f66fee0219ab4

Author: Wenzong Fan <wenzong.fan at windriver.com>
Date:   Mon Apr 21 14:24:49 2014 +0800

radvd.init: fix path to radvd.conf sample

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>
Signed-off-by: Joe MacDonald <joe at deserted.net>

---

 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



More information about the Openembedded-commits mailing list