[Bug 191399] New: ffserver start script not working

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jun 26 10:33:48 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191399

            Bug ID: 191399
           Summary: ffserver start script not working
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: m.ehinger at ltur.de

# 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="&"

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list