diff options
author | Kang Kai <kai.kang@windriver.com> | 2015-02-04 10:45:59 +0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-11 21:25:40 -0500 |
commit | de8c3babcfa6eb730373c1c57b766d3fa94d6adf (patch) | |
tree | b8ffc4499088bea9d802098b2d30ecb5beb2cf05 | |
parent | 56e58865851a3160c49d9929011a0eccc9b0c8e2 (diff) | |
download | meta-openembedded-de8c3babcfa6eb730373c1c57b766d3fa94d6adf.tar.gz |
quagga: fix typo in systemd service file
Fix typo in systemd service file ripngd.service.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | meta-networking/recipes-protocols/quagga/files/ripngd.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/ripngd.service b/meta-networking/recipes-protocols/quagga/files/ripngd.service index 936b81fb9..72562d5f7 100644 --- a/meta-networking/recipes-protocols/quagga/files/ripngd.service +++ b/meta-networking/recipes-protocols/quagga/files/ripngd.service | |||
@@ -1,4 +1,4 @@ | |||
1 | i[Unit] | 1 | [Unit] |
2 | Description=RIP routing daemon for IPv6 | 2 | Description=RIP routing daemon for IPv6 |
3 | BindTo=zebra.service | 3 | BindTo=zebra.service |
4 | After=zebra.service | 4 | After=zebra.service |