The rc.d script of audio/icecast doesn't work as intended, the -b command line option is not passed when invoking the script. How-To-Repeat: Run the rc.d script with sh -x and you will be able to notice it: + [ start != start ] + eval _cmd=$start_cmd _precmd=$start_precmd _postcmd=$start_postcmd + _cmd= _precmd= _postcmd= + [ -n ] + [ -z -a -n ] + [ ! -x /usr/local/bin/icecast ] + [ ! -r /usr/local/etc/icecast.xml ] + [ -n ] + echo Starting icecast. Starting icecast. + [ -n ] + _doit=/usr/local/bin/icecast -c /usr/local/etc/icecast.xml 1>/dev/null + [ -n ] + debug run_rc_command: _doit: /usr/local/bin/icecast -c /usr/local/etc/icecast.xml 1>/dev/null + eval /usr/local/bin/icecast -c /usr/local/etc/icecast.xml 1>/dev/null + /usr/local/bin/icecast -c /usr/local/etc/icecast.xml
Responsible Changed From-To: freebsd-ports-bugs->lofi Over to maintainer
Please commit.
Michael Nottebrock wrote: > Please commit. > I'm sorry, but I can't. I am a SoC student, so I don't have access for CVS, just for Perforce. -- Cheers, Gabor
State Changed From-To: open->closed Committed, thanks!