Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jun 2014 10:33:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191399] New: ffserver start script not working
Message-ID:  <bug-191399-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: m.ehinger@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191399-13>