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

git at git.openembedded.org git at git.openembedded.org
Wed Feb 11 21:27:44 UTC 2015


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

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>

---

 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