diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2025-11-16 16:57:31 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2025-11-16 16:59:10 +0000 |
| commit | 87025ccb8c802b6074f1651bfaaca5c6b4ffcc17 (patch) | |
| tree | 1fe36b8343de8031f11d3f04c83b1fe99918dd6f | |
| parent | 6ccdd2fc2328dd81b9c645fba025d01052a3c1a1 (diff) | |
RELNOTES: Document FreeBSD-base pkg .conf shuffle
Reminded by: yasu
| -rw-r--r-- | RELNOTES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +8e0b1a1c03a3: + The FreeBSD-base repository is now defined in /etc/pkg/FreeBSD.conf, + disabled by default. Systems which installed with pkgbase prior to + 15.0-RC1 (if running releng/15.0) or November 15th (if running from + stable/main snapshots) will need to remove the definition of the + FreeBSD-base repository from /usr/local/etc/pkg/repos/ and replace + it with a single line "FreeBSD-base: { enabled: yes }". + 5000d023a446, 03da141d59ae: Add a "-f" option to "kadmin -l dump" which can be used to dump the Heimdal KDC database in a format that can be loaded |
