From 2ded2649a87c71266fe3ff27e0b70dc7d19ead8b Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 20 Jul 2018 20:48:58 +0200 Subject: [PATCH] Fix missing newline and broken append in config files Signed-off-by: David Oberhollenzer --- board/alix/INIT | 2 +- board/alix/ifrename | 2 +- board/rpi3/ifrename | 2 +- product/router/INIT | 2 +- product/router/dhcpcd.conf | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/board/alix/INIT b/board/alix/INIT index 7816491..d887405 100644 --- a/board/alix/INIT +++ b/board/alix/INIT @@ -2,4 +2,4 @@ GETTY_TTY="ttyS0" HWCLOCK="yes" DHCP_PORTS="" SERVICES="" -MODULES="" \ No newline at end of file +MODULES="" diff --git a/board/alix/ifrename b/board/alix/ifrename index b00e8c6..675b084 100644 --- a/board/alix/ifrename +++ b/board/alix/ifrename @@ -1,2 +1,2 @@ # Rename ALIX board interfaces to port0...port2 -eth*,00:0d:b9:*,port \ No newline at end of file +eth*,00:0d:b9:*,port diff --git a/board/rpi3/ifrename b/board/rpi3/ifrename index 6ed855b..553abce 100644 --- a/board/rpi3/ifrename +++ b/board/rpi3/ifrename @@ -1,2 +1,2 @@ # Rename Raspberry Pi ethernet interfaces to port -eth*,b8:27:eb:*,port \ No newline at end of file +eth*,b8:27:eb:*,port diff --git a/product/router/INIT b/product/router/INIT index f33cbbd..b59be16 100644 --- a/product/router/INIT +++ b/product/router/INIT @@ -1 +1 @@ -SERVICES+="unbound dnsmasq" +SERVICES="$SERVICES unbound dnsmasq" diff --git a/product/router/dhcpcd.conf b/product/router/dhcpcd.conf index 7584c21..cb5dbe9 100644 --- a/product/router/dhcpcd.conf +++ b/product/router/dhcpcd.conf @@ -7,4 +7,4 @@ option classless_static_routes option interface_mtu require dhcp_server_identifier slaac private -nohook resolv.conf \ No newline at end of file +nohook resolv.conf