Merge pull request #11782 from gfrancesco/master

transmission: add init file STOP directive
This commit is contained in:
Rosen Penev 2020-04-07 04:16:56 -07:00 committed by GitHub
commit 3cf1cb27d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=transmission PKG_NAME:=transmission
PKG_VERSION:=2.94 PKG_VERSION:=2.94
PKG_RELEASE:=15 PKG_RELEASE:=16
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GITHUB/transmission/transmission-releases/master PKG_SOURCE_URL:=@GITHUB/transmission/transmission-releases/master

View file

@ -2,6 +2,7 @@
# Copyright (C) 2010-2015 OpenWrt.org # Copyright (C) 2010-2015 OpenWrt.org
START=99 START=99
STOP=10
USE_PROCD=1 USE_PROCD=1
PROG="/usr/bin/transmission-daemon" PROG="/usr/bin/transmission-daemon"