From ee6f88f28566acaada77a74ce02f66fee0219ab4 Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Mon, 21 Apr 2014 14:24:49 +0800 Subject: radvd.init: fix path to radvd.conf sample Correct the information that printed by radvd initscript. Signed-off-by: Wenzong Fan Signed-off-by: Kai Kang Signed-off-by: Joe MacDonald --- meta-networking/recipes-daemons/radvd/files/radvd.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking') 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 -- cgit v1.2.3-54-g00ecf