diff options
| author | Wenzong Fan <wenzong.fan@windriver.com> | 2014-04-21 14:24:49 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe@deserted.net> | 2014-04-24 21:07:47 -0400 |
| commit | ee6f88f28566acaada77a74ce02f66fee0219ab4 (patch) | |
| tree | 404effff6b907ad42e098f8d6e7f61b2c948cc1f /meta-networking | |
| parent | 715893e5ffcce8d32f096c93dd36f345e52c17a7 (diff) | |
| download | meta-openembedded-ee6f88f28566acaada77a74ce02f66fee0219ab4.tar.gz | |
radvd.init: fix path to radvd.conf sample
Correct the information that printed by radvd initscript.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-networking')
| -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 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() { | |||
| 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 |
