aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-Fay.ORG>2024-04-29 04:28:49 +0000
committerWarner Losh <imp@FreeBSD.org>2024-04-29 04:32:55 +0000
commit6b1d152d892d481986bd650e3806724718fe6970 (patch)
tree8f678ee193c145e7a4b861d5cd8bade03b947e03
parentd94c991f3bcd31b7d001725152fc3a7685afe15b (diff)
downloadsrc-6b1d152d892d481986bd650e3806724718fe6970.tar.gz
src-6b1d152d892d481986bd650e3806724718fe6970.zip
UPDATING: add entry for recent pkgbase changes
Reviewed by: imp, manu Pull Request: https://github.com/freebsd/freebsd-src/pull/1196
-rw-r--r--UPDATING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index aae30936a8b5..0c0134022861 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 15.x IS SLOW:
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20240424:
+ cron, lpr, and ntpd have been moved from FreeBSD-utilities into their
+ own packages. If you use pkgbase, you should install the relevant
+ packages: FreeBSD-cron, FreeBSD-lp, or FreeBSD-ntp.
+
20240205:
For dynamically linked programs, system calls are now made from
libsys rather than libc. No change in linkage is required as