openbsd-ports/net/icecast/pkg/icecast.rc
edd 71cf993eeb clean up icecast port a little: new LIB_DEPENDS, new README style, add rc
script, make the MESSAGE more obvious, spell check README.

MAINTAINER is happy with this and OK from sthen@
2010-11-11 10:32:54 +00:00

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