pkgsrc/audio/ubs/files/ubs.sh
xtraeme 62c22f34a3 Initial import of ubs-0.17 from pkgsrc-wip.
The Uninterrupted Broadcasting System (UBS) is a program designed to run the
operations of a radio station when a DJ isn't in house. This includes playing
station ID's, public service announcements, and songs. This program is
similar in function (but not design nor implementation) to DRS 2006.

The UBS was not intended to be used for webcasting, but it could presumably
be adapted for this purpose. The intented audience of the UBS is smaller
college/high school/commercial radio stations which wish to do unattended
broadcasting via a stable and reliable computer daemon.
2004-04-05 11:46:11 +00:00

19 lines
330 B
Bash
Executable file

#!@RCD_SCRIPTS_SHELL@
#
# $NetBSD: ubs.sh,v 1.1.1.1 2004/04/05 11:46:11 xtraeme Exp $
#
# PROVIDE: ubs
# REQUIRE: DAEMON LOGIN
. /etc/rc.subr
name="ubs"
rcvar=$name
command="@PREFIX@/bin/${name}"
required_files="@PKG_SYSCONFDIR@/ubs.conf"
ubs_user="@UBS_USER@"
ubs_group="@UBS_GROUP@"
load_rc_config $name
run_rc_command "$1"