In upgrading to 14.1-RELEASE using
Although these are small and likely reasonably secure, I'd prefer if they weren't there.
Is there a way to accomplish this using
If not, is there a reasonable way to
to get the expected list of files for deletion? Of course, if there is a place that information resides already, that would be even better.
freebsd-update
, I found the server apparently had the dbg and lib32 components installed. The server has only been updated/upgraded with freebsd-update
.
Code:
The following components of FreeBSD seem to be installed:
kernel/generic kernel/generic-dbg world/base world/base-dbg world/lib32
world/lib32-dbg
The following components of FreeBSD do not seem to be installed:
Does this look reasonable (y/n)? y
Although these are small and likely reasonably secure, I'd prefer if they weren't there.
Is there a way to accomplish this using
freebsd-update
?If not, is there a reasonable way to
source freebsd-update
to be able to use its metadata retrieval and filtering functionality such as fetch_filter_metadata_components
to get the expected list of files for deletion? Of course, if there is a place that information resides already, that would be even better.