From owner-freebsd-current@FreeBSD.ORG Sat Jan 14 12:09:34 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 CC5F3106564A; Sat, 14 Jan 2012 12:09:34 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8B7258FC0A; Sat, 14 Jan 2012 12:09:34 +0000 (UTC) Received: by iagz16 with SMTP id z16so1457074iag.13 for ; Sat, 14 Jan 2012 04:09:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=HRGI2J/dVBOFcrsJ0sG0HU7FsynacKYBNk09q/ZDn9w=; b=UrbQ6CJK2SBmQXbg5NnEHgb8/Lg646Ds39uytcZNaPf49Y2pz7xFn8AJu8Q/s96h3I ei2Tus8tu4P59dh54S0AXfAStXogO3L7whCLpIDhCdgpaeABLp7ImO7e2m4bYGH7o7pp JzGqickQM3aJT1YGjtNxka+b4ZB2I1uZCCiOU= Received: by 10.50.46.196 with SMTP id x4mr4830797igm.15.1326542974261; Sat, 14 Jan 2012 04:09:34 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.207.7 with HTTP; Sat, 14 Jan 2012 04:09:03 -0800 (PST) In-Reply-To: <20120114111121.GF86837@mail.hs.ntnu.edu.tw> References: <4F114577.30201@FreeBSD.org> <20120114111121.GF86837@mail.hs.ntnu.edu.tw> From: Chris Rees Date: Sat, 14 Jan 2012 12:09:03 +0000 X-Google-Sender-Auth: D9snABlohdpFRTPmpLOIs2xnafk Message-ID: To: Denny Lin Content-Type: text/plain; charset=ISO-8859-1 Cc: Doug Barton , 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 12:09:34 -0000 On 14 January 2012 11:11, Denny Lin wrote: > 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. I imagine we'll see a few of these, but they'll get fixed quickly enough. Chris