Bug 191399 - multimedia/ffmpeg: ffserver start script not working
Summary: multimedia/ffmpeg: ffserver start script not working
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-26 10:33 UTC by m.ehinger
Modified: 2014-07-04 12:33 UTC (History)
1 user (show)

See Also:


Attachments

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