Date: Tue, 21 Nov 2023 14:58:38 GMT From: Ed Maste <emaste@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 7c8b485152 - main - 14.0R/installation: mention pkg in addition to ports Message-ID: <202311211458.3ALEwc5M077303@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/doc/commit/?id=7c8b485152a6ca06b7598e7dfcf26ce1e4f9aeaa commit 7c8b485152a6ca06b7598e7dfcf26ce1e4f9aeaa Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-11-21 03:07:43 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-11-21 14:58:25 +0000 14.0R/installation: mention pkg in addition to ports Reported by: Ned Wolpert Reviewed by: karels Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D42693 --- website/content/en/releases/14.0R/installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/en/releases/14.0R/installation.adoc b/website/content/en/releases/14.0R/installation.adoc index fff191c5f2..d35ef09360 100644 --- a/website/content/en/releases/14.0R/installation.adoc +++ b/website/content/en/releases/14.0R/installation.adoc @@ -75,7 +75,7 @@ After rebooting, {{< manpage "freebsd-update" "8">}} needs to be run again to in # freebsd-update install ---- -At this point, users of systems being upgraded from earlier FreeBSD releases will be prompted by {{< manpage "freebsd-update" "8">}} to rebuild all third-party applications (e.g., ports installed from the ports tree) due to updates in system libraries. +At this point, users of systems being upgraded from earlier FreeBSD releases will be prompted by {{< manpage "freebsd-update" "8">}} to rebuild or reinstall all third-party applications (e.g., ports installed from the ports tree or packages installed by {{< manpage "pkg" "8">}}) due to updates in system libraries. After updating installed third-party applications (and again, only if {{< manpage "freebsd-update" "8">}} printed a message indicating that this was necessary), run {{< manpage "freebsd-update" "8">}} again so that it can delete the old (no longer used) system libraries:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311211458.3ALEwc5M077303>