diff options
author | Ed Maste <emaste@FreeBSD.org> | 2023-11-21 03:07:43 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2023-11-21 14:58:25 +0000 |
commit | 7c8b485152a6ca06b7598e7dfcf26ce1e4f9aeaa (patch) | |
tree | 6d0787c451e8bbe58ed0a2c0b72597b2dd05686d | |
parent | 6915528b58147396addee086015988c32cca6438 (diff) |
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
-rw-r--r-- | website/content/en/releases/14.0R/installation.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
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: |