diff options
Diffstat (limited to 'audio/linux-shoutcast/files/shoutcast.sh.in')
-rw-r--r-- | audio/linux-shoutcast/files/shoutcast.sh.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/audio/linux-shoutcast/files/shoutcast.sh.in b/audio/linux-shoutcast/files/shoutcast.sh.in deleted file mode 100644 index eadc86683c1f..000000000000 --- a/audio/linux-shoutcast/files/shoutcast.sh.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# - -# PROVIDE: shoutcast -# REQUIRE: LOGIN -# BEFORE: -# KEYWORD: shutdown - -. /etc/rc.subr - -name="shoutcast" -rcvar=`set_rcvar` -start_cmd="shoutcast_startcmd" -stop_cmd="shoutcast_stopcmd" - -shoutcast_startcmd () -{ -su shoutcast -c '%%PREFIX%%/sbin/sc_serv %%PREFIX%%/etc/shoutcast/sc_serv.conf & >/dev/null 2>&1' -} - -shoutcast_stopcmd () -{ -killall sc_serv -} - -load_rc_config $name -run_rc_command "$1" |