Index: head/audio/icecast2/files/icecast2.sh =================================================================== --- head/audio/icecast2/files/icecast2.sh (revision 137048) +++ head/audio/icecast2/files/icecast2.sh (nonexistent) @@ -1,32 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/audio/icecast2/files/Attic/icecast2.sh,v 1.1 2004-12-10 21:41:23 lofi Exp $ -# - -# PROVIDE: icecast2 -# REQUIRE: DAEMON -# BEFORE: login -# KEYWORD: FreeBSD shutdown - -# Add the following line to /etc/rc.conf to enable `icecast2': -# -#icecast_enable="YES" -#icecast_flags="" -# - -. "/etc/rc.subr" - -name="icecast" -rcvar=`set_rcvar` - -command="/usr/local/bin/icecast" -command_args="1>/dev/null 2>&1" -pidfile="/usr/local/share/icecast/$name.pid" -required_files="/usr/local/etc/$name.xml" - -# read configuration and set defaults -load_rc_config "$name" -: ${icecast_enable="NO"} -: ${icecast_flags=""} - -run_rc_command "$1" Property changes on: head/audio/icecast2/files/icecast2.sh ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.1 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/audio/icecast2/files/icecast2.sh.in =================================================================== --- head/audio/icecast2/files/icecast2.sh.in (nonexistent) +++ head/audio/icecast2/files/icecast2.sh.in (revision 137049) @@ -0,0 +1,32 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: icecast2 +# REQUIRE: DAEMON +# BEFORE: login +# KEYWORD: FreeBSD shutdown + +# Add the following line to /etc/rc.conf to enable `icecast2': +# +#icecast_enable="YES" +#icecast_flags="" +# + +. "%%RC_SUBR%%" + +name="icecast" +rcvar=`set_rcvar` + +command="/usr/local/bin/icecast" +command_args="1>/dev/null 2>&1" +pidfile="/usr/local/share/icecast/$name.pid" +required_files="/usr/local/etc/$name.xml" + +# read configuration and set defaults +load_rc_config "$name" +: ${icecast_enable="NO"} +: ${icecast_flags=""} + +run_rc_command "$1" Property changes on: head/audio/icecast2/files/icecast2.sh.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property