stubby: fix config file definition
authorTony Ambardar <itugrok@yahoo.com>
Tue, 7 Aug 2018 09:04:42 +0000 (02:04 -0700)
committerJonathan G. Underwood <jonathan.underwood@gmail.com>
Thu, 31 Jan 2019 23:41:51 +0000 (23:41 +0000)
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 <itugrok@yahoo.com>
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