View | Details | Raw Unified | Return to bug 101285
Collapse All | Expand All

(-)audio/icecast2/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	icecast2
8
PORTNAME=	icecast2
9
PORTVERSION=	2.3.1
9
PORTVERSION=	2.3.1
10
PORTREVISION=	2
10
PORTREVISION=	3
11
PORTEPOCH=	1
11
PORTEPOCH=	1
12
CATEGORIES=	audio net ipv6
12
CATEGORIES=	audio net ipv6
13
MASTER_SITES=	http://svn.xiph.org/releases/icecast/
13
MASTER_SITES=	http://svn.xiph.org/releases/icecast/
(-)audio/icecast2/files/icecast2.sh.in (-2 / +2 lines)
Lines 23-34 Link Here
23
rcvar=`set_rcvar`
23
rcvar=`set_rcvar`
24
24
25
command="%%PREFIX%%/bin/icecast"
25
command="%%PREFIX%%/bin/icecast"
26
command_args="1>/dev/null"
26
command_args="-b 1>/dev/null"
27
required_files="%%PREFIX%%/etc/$name.xml"
27
required_files="%%PREFIX%%/etc/$name.xml"
28
28
29
# read configuration and set defaults
29
# read configuration and set defaults
30
load_rc_config "$name"
30
load_rc_config "$name"
31
: ${icecast_enable="NO"}
31
: ${icecast_enable="NO"}
32
: ${icecast_flags="-c ${required_files} -b"}
32
: ${icecast_flags="-c ${required_files}"}
33
33
34
run_rc_command "$1"
34
run_rc_command "$1"

Return to bug 101285