git: 5575454d7ca8 - main - UPDATING: Add note for pkgbase users after splitting packages.

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Wed, 26 Oct 2022 17:49:13 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=5575454d7ca8648fd1193f0c33cf88e80772a67f

commit 5575454d7ca8648fd1193f0c33cf88e80772a67f
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-10-26 17:48:32 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-10-26 17:48:32 +0000

    UPDATING: Add note for pkgbase users after splitting packages.
---
 UPDATING | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/UPDATING b/UPDATING
index 7d9f9aa05a64..4ee53f72fae9 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 14.x IS SLOW:
 	world, or to merely disable the most expensive debugging functionality
 	at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20221026:
+	It is recommended for pkgbase user to do:
+	pkg install FreeBSD-dhclient FreeBSD-geom FreeBSD-resolvconf FreeBSD-devd \
+	  FreeBSD-devmatch
+	after upgrading to restore all the component that were previously installed.
+
 20220610:
 	LinuxKPI pm.h changes require an update to the latest drm-kmod version
 	before re-compiling to avoid errors.