From 6849a9df90d8c9c99dd50356b8f969d64026c16d Mon Sep 17 00:00:00 2001 From: Eric Fahlgren Date: Mon, 27 Nov 2023 06:47:33 -0800 Subject: [PATCH] syncthing: fix duplicate command line parameters on service - This patch fixes 9d17ba1 and #22760 Signed-off-by: Eric Fahlgren --- utils/syncthing/Makefile | 2 +- utils/syncthing/files/syncthing.init | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index e8b744a463..71d7880c48 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing PKG_VERSION:=1.24.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION) diff --git a/utils/syncthing/files/syncthing.init b/utils/syncthing/files/syncthing.init index 3ec81e5936..7bcb90daea 100644 --- a/utils/syncthing/files/syncthing.init +++ b/utils/syncthing/files/syncthing.init @@ -14,7 +14,7 @@ config_cb() { local option="$1" local value="$2" case $option in - enabled|macprocs|nice|user|logfile) + enabled|gui_address|home|logfile|macprocs|nice|user) eval $option=$value ;; debug)