Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2012 19:11:22 +0800
From:      Denny Lin <dennylin93@hs.ntnu.edu.tw>
To:        Doug Barton <dougb@FreeBSD.org>
Cc:        freebsd-current <freebsd-current@FreeBSD.org>
Subject:   Re: HEADS UP: set_rcvar() removed from rc.subr
Message-ID:  <20120114111121.GF86837@mail.hs.ntnu.edu.tw>
In-Reply-To: <4F114577.30201@FreeBSD.org>
References:  <4F114577.30201@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120114111121.GF86837>