mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
freebsd-update: Mention upgrading packages, not just ports
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
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
This commit is contained in:
parent
90eda62996
commit
ced7461021
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue