Skip to content

Commit

Permalink
Transmission: Resolve Port Configuration Issue (SynoCommunity#5963)
Browse files Browse the repository at this point in the history
* Fix firewall port config
* Version bump and minor fix
  • Loading branch information
mreid-tt authored Dec 21, 2023
1 parent a30bd0a commit e53a970
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
3 changes: 1 addition & 2 deletions spk/transmission/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = transmission
SPK_VERS = 4.0.5
SPK_REV = 25
SPK_REV = 26
SPK_ICON = src/transmission.png

DEPENDS = cross/transmission
Expand All @@ -20,7 +20,6 @@ HOMEPAGE = https://transmissionbt.com
LICENSE = GPLv2/GPLv3

WIZARDS_DIR = src/wizard/
CONF_DIR = src/conf/

SERVICE_USER = auto
SERVICE_WIZARD_SHARENAME = wizard_shared_folder_name
Expand Down
11 changes: 0 additions & 11 deletions spk/transmission/src/conf/resource

This file was deleted.

2 changes: 1 addition & 1 deletion spk/transmission/src/service-setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

CFG_FILE="${SYNOPKG_PKGVAR}/settings.json"
TRANSMISSION="${SYNOPKG_PKGDEST}/bin/transmission-daemon"
export TMP_DIR=${SYNOPKG_PKGTMP}
export TMP_DIR="${SYNOPKG_PKGTMP}"

SERVICE_COMMAND="${TRANSMISSION} --config-dir ${SYNOPKG_PKGVAR} --pid-file ${PID_FILE} --logfile ${LOG_FILE}"

Expand Down

0 comments on commit e53a970

Please sign in to comment.