ports/95190: [PATCH] audio/mt-daapd: update to 0.2.4

Alexander Botero-Lowry alex at foxybanana.com
Mon Apr 17 20:30:21 UTC 2006


The following reply was made to PR ports/95190; it has been noted by GNATS.

From: Alexander Botero-Lowry <alex at foxybanana.com>
To: freebsd-ports-bugs at FreeBSD.org, edwin at FreeBSD.org, alex at foxybanana.com
Cc:  
Subject: Re: ports/95190: [PATCH] audio/mt-daapd: update to 0.2.4
Date: Sat, 15 Apr 2006 15:18:06 -0700

 This is a multi-part message in MIME format.
 
 --=_4441711e.ktjnMKlWhDcCHG8TuE8UfHuIBwBSD9FhcviFX0jQvrBUBHi5
 Content-Type: text/plain; charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Attached is the correct rc.subr script for this.
 
 Alex
 
 Edwin Groothuis <edwin at FreeBSD.org> wrote:
 
 > Synopsis: [PATCH] audio/mt-daapd: update to 0.2.4
 >
 > State-Changed-From-To: open->feedback
 > State-Changed-By: edwin
 > State-Changed-When: Sat Apr 1 07:44:10 UTC 2006
 > State-Changed-Why: 
 > Awaiting maintainers feedback
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=95190
 >
 > !DSPAM:4,442e2f4c220993316355149!
 >
 
 --=_4441711e.ktjnMKlWhDcCHG8TuE8UfHuIBwBSD9FhcviFX0jQvrBUBHi5
 Content-Type: text/plain;
  charset=us-ascii
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="mt-daapd.sh.in"
 
 #!/bin/sh
 # PROVIDE: mt-daapd
 # REQUIRE: LOGIN
 #
 # Add the following lines to /etc/rc.conf.local or /etc/rc.conf
 # to enable this service:
 #
 # mt_daapd_enable (bool):   Set to NO by default.
 #               Set it to YES to enable doormand.
 # mt_daapd_config (path):   Set to %%PREFIX%%/etc/mt-daapd.conf
 #               by default.
 #
 
 . %%RC_SUBR%%
 
 name="mt-daapd"
 rcvar="mt_daapd_enable"
 
 command=%%PREFIX%%/sbin/mt-daapd
 command_args="-c $mt_daapd_config"
 pidfile=/var/run/mt-daapd.pid
 
 load_rc_config $name
 
 : ${mt_daapd_enable="NO"}
 : ${mt_daapd_config="%%PREFIX%%/etc/mt-daapd.conf"}
 
 run_rc_command "$1"
 
 --=_4441711e.ktjnMKlWhDcCHG8TuE8UfHuIBwBSD9FhcviFX0jQvrBUBHi5--
 



More information about the freebsd-ports-bugs mailing list