aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons')
-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