Re: An odd vital FreeBSD-set-* result?
- Reply: Mark Millard : "Re: An odd vital FreeBSD-set-* result?"
- In reply to: Mark Millard : "An odd vital FreeBSD-set-* result?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Sep 2025 15:48:11 UTC
Mark Millard wrote in <780BB42C-1EBE-4847-ADE6-F8F6730617B8@yahoo.com>:
> # pkg-static install -U -rFreeBSD-base -g 'FreeBSD-*'
>
> Afterwards I tried deleting FreeBSD-set-* without force
> being requested and it reported only 4 as vital and
> allowed the others to be deleted:
are you able to reproduce this on a clean system (e.g., in a chroot)?
if so, the particular sequence of commands that triggers it would be
useful to have.
also, please show the output of this command on the affected system:
pkg info | awk '/^FreeBSD-set-/ { print $1 }' | xargs pkg query '%n %V'
i've tested this here and even if FreeBSD-set-src isn't marked as vital
prior to the upgrade, it becomes vital after updating, which seems to be
the expected behaviour from a quick inspection of the pkg(8) source.