Browse Source

net/mosquitto: correct config file option name

Correct option is "password_file" not "passwd_file"

Originally reported as: https://github.com/openwrt/packages/pull/8642
Added the package bump.

Signed-off-by: Karl Palsson <karlp@etactica.com>
lilik-openwrt-22.03
Karl Palsson 5 years ago
parent
commit
f9f6ea4a38
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/mosquitto/Makefile
  2. +1
    -1
      net/mosquitto/files/etc/init.d/mosquitto

+ 1
- 1
net/mosquitto/Makefile View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mosquitto
PKG_VERSION:=1.5.8
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.txt
PKG_CPE_ID:=cpe:/a:eclipse:mosquitto


+ 1
- 1
net/mosquitto/files/etc/init.d/mosquitto View File

@ -82,7 +82,7 @@ convert_mosq_general() {
append_if "$1" max_queued_bytes
append_if "$1" max_queued_messages
append_if "$1" message_size_limit
append_if "$1" passwd_file
append_if "$1" password_file
append_if "$1" pid_file
append_if "$1" psk_file
append_optional_bool "$1" queue_qos0_messages


Loading…
Cancel
Save