diff options
author | Karl Palsson <karlp@etactica.com> | 2016-03-03 13:43:35 +0000 |
---|---|---|
committer | Karl Palsson <karlp@etactica.com> | 2016-03-07 12:18:47 +0000 |
commit | 05aa35194e9005afb7a46585a15d12546d520a6f (patch) | |
tree | 1578cb82feb8377949d1346fee849c894c5d7365 /net/mosquitto | |
parent | 39ea72b18662c3b977af5c0c4ef428b4475cfb21 (diff) |
mosquitto: Include viable stub config file
This should always have been available in the mosquitto package itself.
This file needs to exist in basic form to allow the init scripts to even check whether it exists.
Signed-off-by: Karl Palsson <karlp@etactica.com>
Diffstat (limited to 'net/mosquitto')
-rw-r--r-- | net/mosquitto/files/etc/config/mosquitto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/mosquitto/files/etc/config/mosquitto b/net/mosquitto/files/etc/config/mosquitto new file mode 100644 index 000000000..fc7544c69 --- /dev/null +++ b/net/mosquitto/files/etc/config/mosquitto @@ -0,0 +1,4 @@ +config owrt owrt + option use_uci 0 + +config mosquitto mosquitto |