[oe-commits] Robert Yang : meta-networking: fix no newline at end of file

git at git.openembedded.org git at git.openembedded.org
Thu Jul 10 13:54:41 UTC 2014


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

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Mon Jul  7 03:03:38 2014 -0700

meta-networking: fix no newline at end of file

Add a '\n' to the last line of the file to fix:

No newline at end of file

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga b/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga
index cfb896a..1f28c0b 100644
--- a/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga
+++ b/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga
@@ -1,3 +1,3 @@
 # <type> <owner> <group> <mode> <path> <linksource>
 d quagga quagga 0755 /var/run/quagga none
-d quagga quagga 0755 /var/log/quagga none
\ No newline at end of file
+d quagga quagga 0755 /var/log/quagga none



More information about the Openembedded-commits mailing list