71cf993eeb
script, make the MESSAGE more obvious, spell check README. MAINTAINER is happy with this and OK from sthen@
11 lines
182 B
Bash
11 lines
182 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: icecast.rc,v 1.1 2010/11/11 10:32:54 edd Exp $
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
daemon="/usr/local/bin/icecast"
|
|
daemon_flags="-b -c /var/icecast/icecast.xml"
|
|
|
|
rc_cmd $1
|