The branch main has been updated by jrtc27: URL: https://cgit.FreeBSD.org/src/commit/?id=ced74610217ff0be071e4614c64a4ff66c40bc6b
commit ced74610217ff0be071e4614c64a4ff66c40bc6b Author: Jessica Clarke <[email protected]> AuthorDate: 2025-12-06 00:33:20 +0000 Commit: Jessica Clarke <[email protected]> CommitDate: 2025-12-06 00:33:20 +0000 freebsd-update: Mention upgrading packages, not just ports These days most end users are likely using pre-built packages, not locally-built ports. Thus be sure to mention this as an important case, and put it ahead of ports. Reviewed by: emaste MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D42968 --- usr.sbin/freebsd-update/freebsd-update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/freebsd-update/freebsd-update.sh b/usr.sbin/freebsd-update/freebsd-update.sh index b6e42e94f4bf..aa42af13a302 100644 --- a/usr.sbin/freebsd-update/freebsd-update.sh +++ b/usr.sbin/freebsd-update/freebsd-update.sh @@ -3196,8 +3196,8 @@ Kernel updates have been installed. Please reboot and run cat <<-EOF Completing this upgrade requires removing old shared object files. -Please rebuild all installed 3rd party software (e.g., programs -installed from the ports tree) and then run +Please upgrade or rebuild all installed 3rd party software (e.g., +programs installed with pkg or from the ports tree) and then run '`basename $0` [options] install' again to finish installing updates. EOF rm newfiles
