stubby: fix config file definition
authorTony Ambardar <redacted>
Tue, 7 Aug 2018 09:04:42 +0000 (02:04 -0700)
committerguidosarducci <redacted>
Mon, 24 Sep 2018 04:55:03 +0000 (21:55 -0700)
The config file /etc/stubby/stubby.yml is not registered properly and any
local changes are being overwritten on upgrade or reinstall.

Signed-off-by: Tony Ambardar <redacted>
net/stubby/Makefile

index 6ff93162d86d1a5cf4748f18f6e2a1d303683314..f855a1e3713e7de9edc4773913385dbf9c0b9c80 100644 (file)
@@ -46,7 +46,7 @@ define Package/stubby/description
 endef
 
 define Package/stubby/conffiles
-       /etc/stubby/stubby.yml
+/etc/stubby/stubby.yml
 endef
 
 define Package/stubby/install
git clone https://git.99rst.org/PROJECT