From: Wenzong Fan <[email protected]> Correct the information that printed by radvd initscript.
Signed-off-by: Wenzong Fan <[email protected]> Signed-off-by: Kai Kang <[email protected]> --- 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 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
