diff options
-rwxr-xr-x | meta-networking/recipes-daemons/radvd/files/radvd.init | 2 |
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 529529293..8b26317ee 100755 --- a/meta-networking/recipes-daemons/radvd/files/radvd.init +++ b/meta-networking/recipes-daemons/radvd/files/radvd.init | |||
@@ -64,7 +64,7 @@ chkconfig() { | |||
64 | if [ ! -e $CONFIG -o ! -s $CONFIG ]; then | 64 | if [ ! -e $CONFIG -o ! -s $CONFIG ]; then |
65 | echo "" | 65 | echo "" |
66 | echo "* $CONFIG does not exist or is empty." | 66 | echo "* $CONFIG does not exist or is empty." |
67 | echo "* See /usr/share/doc/radvd/examples/simple-radvd.conf for a simple" | 67 | echo "* See /usr/share/doc/radvd/radvd.conf.example for a simple" |
68 | echo "* configuration suitable for most systems, and radvd.conf(5)" | 68 | echo "* configuration suitable for most systems, and radvd.conf(5)" |
69 | echo "* for configuration file syntax. radvd will *not* be started." | 69 | echo "* for configuration file syntax. radvd will *not* be started." |
70 | exit 0 | 70 | exit 0 |