diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-07 03:03:38 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:57:27 +0200 |
commit | c587fa5546da32068c9ced6585ac2122ecfba6da (patch) | |
tree | 1abb776791ab0c04882f57ac540421809804f3e2 /meta-networking/recipes-protocols | |
parent | 6f0f27c5fe07dc80392460aa4e86fd44ddecde80 (diff) | |
download | meta-openembedded-c587fa5546da32068c9ced6585ac2122ecfba6da.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-protocols')
-rw-r--r-- | meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga b/meta-networking/recipes-protocols/quagga/files/volatiles.03_quagga index cfb896a17..1f28c0b24 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 @@ | |||
1 | # <type> <owner> <group> <mode> <path> <linksource> | 1 | # <type> <owner> <group> <mode> <path> <linksource> |
2 | d quagga quagga 0755 /var/run/quagga none | 2 | d quagga quagga 0755 /var/run/quagga none |
3 | d quagga quagga 0755 /var/log/quagga none \ No newline at end of file | 3 | d quagga quagga 0755 /var/log/quagga none |