Bug 195341 - net-p2p/transmission-cli add reload option
Summary: net-p2p/transmission-cli add reload option
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Chris Rees
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-24 17:30 UTC by joshruehlig
Modified: 2014-11-24 19:02 UTC (History)
0 users

See Also:
joshruehlig: maintainer-feedback? (crees)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!