Bug 195341

Summary: net-p2p/transmission-cli add reload option
Product: Ports & Packages Reporter: joshruehlig
Component: Individual Port(s)Assignee: Chris Rees <crees>
Status: Closed FIXED    
Severity: Affects Many People Flags: joshruehlig: maintainer-feedback? (crees)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description joshruehlig 2014-11-24 17:30:32 UTC
Can you please add the following line to the rc.d script that comes with this port?
extra_commands="reload"


The default reload subroutine that FreeBSD uses (SIGHUP) works to reload the config according to https://trac.transmissionbt.com/wiki/EditConfigFiles#ReloadSettings

This worked in my testing as well.
Thanks
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-11-24 17:30:32 UTC
Auto-assigned to maintainer crees@FreeBSD.org
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-11-24 18:51:52 UTC
A commit references this bug:

Author: crees
Date: Mon Nov 24 18:51:27 UTC 2014
New revision: 373348
URL: https://svnweb.freebsd.org/changeset/ports/373348

Log:
  Allow use of reload rc command

  PR:		ports/195341
  Submitted by:	joshruehlig@gmail.com

Changes:
  head/net-p2p/transmission-cli/files/transmission.in
  head/net-p2p/transmission-daemon/Makefile
Comment 3 Chris Rees freebsd_committer freebsd_triage 2014-11-24 18:52:29 UTC
Committed.  Thanks!
Comment 4 joshruehlig 2014-11-24 19:02:48 UTC
thank you! talk about some fast service!