From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 15 22:19:07 2006 Return-Path: X-Original-To: freebsd-ports-bugs@FreeBSD.org Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A761B16A402; Sat, 15 Apr 2006 22:19:07 +0000 (UTC) (envelope-from alex@foxybanana.com) Received: from suede.reed.edu (suede.reed.edu [134.10.2.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4AD8343D45; Sat, 15 Apr 2006 22:19:07 +0000 (GMT) (envelope-from alex@foxybanana.com) Received: from Laptop.mine.box (c029h217.dorm.reed.edu [134.10.29.217]) by suede.reed.edu (8.13.6/8.13.6) with ESMTP id k3FMJ2Gw028177 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Sat, 15 Apr 2006 15:19:03 -0700 Received: from Laptop.mine.box (localhost [127.0.0.1]) by Laptop.mine.box (8.13.4/8.13.4) with ESMTP id k3FMI7dH054880; Sat, 15 Apr 2006 15:18:07 -0700 (PDT) (envelope-from alex@Laptop.mine.box) Received: (from alex@localhost) by Laptop.mine.box (8.13.4/8.13.4/Submit) id k3FMI7L1054879; Sat, 15 Apr 2006 15:18:07 -0700 (PDT) (envelope-from alex) From: Alexander Botero-Lowry Message-Id: <200604152218.k3FMI7L1054879@Laptop.mine.box> Date: Sat, 15 Apr 2006 15:18:06 -0700 To: freebsd-ports-bugs@FreeBSD.org, edwin@FreeBSD.org, alex@foxybanana.com References: <200604010744.k317iBNG017777@freefall.freebsd.org> In-Reply-To: <200604010744.k317iBNG017777@freefall.freebsd.org> User-Agent: nail 11.25 7/29/05 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=_4441711e.ktjnMKlWhDcCHG8TuE8UfHuIBwBSD9FhcviFX0jQvrBUBHi5" X-Scanned-By: MIMEDefang 2.53 on 134.10.2.45 Cc: Subject: Re: ports/95190: [PATCH] audio/mt-daapd: update to 0.2.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Apr 2006 22:19:07 -0000 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 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--