[oe-commits] Kang Kai : quagga: fix typo in systemd service file

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 03:17:28 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: de8c3babcfa6eb730373c1c57b766d3fa94d6adf
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=de8c3babcfa6eb730373c1c57b766d3fa94d6adf

Author: Kang Kai <kai.kang at windriver.com>
Date:   Wed Feb  4 10:45:59 2015 +0800

quagga: fix typo in systemd service file

Fix typo in systemd service file ripngd.service.

Signed-off-by: Kai Kang <kai.kang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 meta-networking/recipes-protocols/quagga/files/ripngd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-protocols/quagga/files/ripngd.service b/meta-networking/recipes-protocols/quagga/files/ripngd.service
index 936b81f..72562d5 100644
--- a/meta-networking/recipes-protocols/quagga/files/ripngd.service
+++ b/meta-networking/recipes-protocols/quagga/files/ripngd.service
@@ -1,4 +1,4 @@
-i[Unit]
+[Unit]
 Description=RIP routing daemon for IPv6
 BindTo=zebra.service
 After=zebra.service



More information about the Openembedded-commits mailing list