net/mosquitto: support more config fields in init script
authorKarl Palsson <redacted>
Thu, 4 May 2017 11:13:04 +0000 (11:13 +0000)
committerKarl Palsson <redacted>
Fri, 5 May 2017 11:36:37 +0000 (11:36 +0000)
Adds the "notifications" option which is important when connecting
mosquitto to rabbitmq for instance.

Signed-off-by: Karl Palsson <redacted>
net/mosquitto/files/etc/init.d/mosquitto

index 9bccedb4f1f33840af271e5e67a5c251f26b191b..65c83fc9369c61d9570d5701c217657a5e625689 100755 (executable)
@@ -120,6 +120,7 @@ add_bridge() {
     config_list_foreach "$1" topic add_topic
     append_optional_bool "$1" cleansession cleansession
     append_optional_bool "$1" try_private try_private
+    append_optional_bool "$1" notifications notifications
 
     append_if "$1" clientid
     append_if "$1" identity bridge_identity
git clone https://git.99rst.org/PROJECT