mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
bsddialog(1): document the replacement of dialog(1)
This commit is contained in:
parent
38981026e7
commit
bb63e82e8c
3
RELNOTES
3
RELNOTES
@ -10,6 +10,9 @@ newline. Entries should be separated by a newline.
|
||||
|
||||
Changes to this file should not be MFCed.
|
||||
|
||||
ff01d71e48d4:
|
||||
dialog(1) has been replace by bsddialog(1)
|
||||
|
||||
41582f28ddf7:
|
||||
FreeBSD 15.0 will not include support for 32-bit platforms.
|
||||
However, 64-bit systems will still be able to run older 32-bit
|
||||
|
10
UPDATING
10
UPDATING
@ -27,6 +27,16 @@ 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".)
|
||||
|
||||
20231010:
|
||||
dialog(1) has been replaced in base by bsddialog(1), while most of the
|
||||
time replacing a dialog(1) call by a bsddialog(1) call works out of the
|
||||
box, bsddialog(1) is not considered as a drop-in replacement dialog(1).
|
||||
|
||||
If you do depend on dialog(1) functionnality, please install cdialog
|
||||
from ports:
|
||||
|
||||
pkg install cdialog
|
||||
|
||||
20230927:
|
||||
The EARLY_AP_STARTUP kernel option is mandatory on x86. The option
|
||||
has been added to DEFAULTS, so it should automatically be included in
|
||||
|
Loading…
Reference in New Issue
Block a user