Bug 191399

Summary: multimedia/ffmpeg: ffserver start script not working
Product: Ports & Packages Reporter: m.ehinger
Component: Individual Port(s)Assignee: William Grzybowski <wg>
Status: Closed FIXED    
Severity: Affects Some People CC: wg
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   

Description m.ehinger 2014-06-26 10:33:48 UTC
# service ffserve start

/usr/local/etc/rc.d/ffserver: WARNING: run_rc_command: cannot run /usr/local/bin/ffserver &


To get it work i changed the line in /usr/local/etc/rc.d/ffserver:

command="/usr/local/bin/${name} &"

to the following two:

command="/usr/local/bin/${name}"
command_args="&"
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-07-04 01:45:06 UTC
To which port does this PR apply?
Comment 2 m.ehinger 2014-07-04 07:04:45 UTC
(In reply to Mark Linimon from comment #1)
> To which port does this PR apply?

multimedia/ffmpeg
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2014-07-04 08:11:49 UTC
Over to maintainers.
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-07-04 11:35:52 UTC
A commit references this bug:

Author: wg
Date: Fri Jul  4 11:35:50 UTC 2014
New revision: 360599
URL: http://svnweb.freebsd.org/changeset/ports/360599

Log:
  multimedia/ffmpeg: fix ffserver startup script

  PR:		191399
  Submitted by:	m.ehinger ltur de

Changes:
  head/multimedia/ffmpeg/Makefile
  head/multimedia/ffmpeg/files/ffserver.in