Re: git: 7be29291845a - stable/14 - UPDATING: fix a vestigial reference to -CURRENT

From: Glen Barber <gjb_at_freebsd.org>
Date: Fri, 25 Aug 2023 20:55:41 UTC
On Sat, Aug 26, 2023 at 03:28:41AM +0700, Eugene Grosbein wrote:
> 26.08.2023 1:43, Glen Barber wrote:
> 
> > --- a/UPDATING
> > +++ b/UPDATING
> > @@ -1,4 +1,4 @@
> > -Updating Information for users of FreeBSD-CURRENT.
> > +Updating Information for users of FreeBSD stable/14.
> 
> Please note the following commit:
> https://cgit.freebsd.org/src/commit/libexec/rc/rc.conf?id=ccc806a049383e5611b3752e6f384cf03a208039
> 
> I mean, we need to comment out dumpdev="AUTO" for stable/14, too.
> 

On stable/14, dumpdev is set to "NO", per the documented changes to make
on a new stable branch.

https://docs.freebsd.org/en/articles/freebsd-releng/#releng-head-branching

As it is, it matches libexec/rc/rc.conf from stable/13.

Glen