From owner-freebsd-current@FreeBSD.ORG Sat Jan 14 11:11:23 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE702106566B for ; Sat, 14 Jan 2012 11:11:23 +0000 (UTC) (envelope-from dennylin93@hs.ntnu.edu.tw) Received: from mail.hs.ntnu.edu.tw (mail.hs.ntnu.edu.tw [140.131.149.3]) by mx1.freebsd.org (Postfix) with ESMTP id 87B5D8FC15 for ; Sat, 14 Jan 2012 11:11:23 +0000 (UTC) Received: by mail.hs.ntnu.edu.tw (Postfix, from userid 1001) id 4B0221C6439; Sat, 14 Jan 2012 19:11:22 +0800 (CST) Date: Sat, 14 Jan 2012 19:11:22 +0800 From: Denny Lin To: Doug Barton Message-ID: <20120114111121.GF86837@mail.hs.ntnu.edu.tw> References: <4F114577.30201@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4F114577.30201@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-current Subject: Re: HEADS UP: set_rcvar() removed from rc.subr X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2012 11:11:23 -0000 On Sat, Jan 14, 2012 at 01:05:59AM -0800, Doug Barton wrote: > to make the change by hand, change this: > > name=foo > rcvar=`set_rcvar` > > to: > > name=foo > rcvar=foo_enable The scripts installed by net/avahi-app still use set_rcvar() because they are included in the source. -- Denny Lin