diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-03 20:39:08 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-08-03 20:39:08 +0000 |
commit | e80f7f09dc0a872dad87d2c6dcb6abc9b8862eeb (patch) | |
tree | 30a1229c1982d9e724f2dc4b5ea1b0c4a3f94f9a /audio | |
parent | ef6efc6dc9795ec96cc20da89027ca012a410b5f (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/icecast2/Makefile | 2 | ||||
-rw-r--r-- | audio/icecast2/files/icecast2.sh.in | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index fbfe180f00a2..3ef7902fc3d9 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ diff --git a/audio/icecast2/files/icecast2.sh.in b/audio/icecast2/files/icecast2.sh.in index 0168b7badf99..45110196f1a3 100644 --- a/audio/icecast2/files/icecast2.sh.in +++ b/audio/icecast2/files/icecast2.sh.in @@ -23,12 +23,12 @@ name="icecast" rcvar=`set_rcvar` command="%%PREFIX%%/bin/icecast" -command_args="1>/dev/null" +command_args="-b 1>/dev/null" required_files="%%PREFIX%%/etc/$name.xml" # read configuration and set defaults load_rc_config "$name" : ${icecast_enable="NO"} -: ${icecast_flags="-c ${required_files} -b"} +: ${icecast_flags="-c ${required_files}"} run_rc_command "$1" |