aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorTony Ambardar <itugrok@yahoo.com>2018-08-07 02:04:42 -0700
committerguidosarducci <guidosarducci@users.noreply.github.com>2018-09-23 21:55:03 -0700
commit4819fc5e6e63551444af479054deb1556353b915 (patch)
tree22d147899851ed0c3d175a520b248f68bab1f539 /net
parentd5b0c46ece4bc494843ff99758704122684b8641 (diff)
stubby: fix config file definition
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>
Diffstat (limited to 'net')
-rw-r--r--net/stubby/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/stubby/Makefile b/net/stubby/Makefile
index 6ff93162d..f855a1e37 100644
--- a/net/stubby/Makefile
+++ b/net/stubby/Makefile
@@ -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