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

git at git.openembedded.org git at git.openembedded.org
Fri Feb 6 13:17:57 UTC 2015


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

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