Re: PKGBASE Removes FreeBSD Base System Feature

From: George Mitchell <george+freebsd_at_m5p.com>
Date: Mon, 11 Aug 2025 14:16:26 UTC
On 8/11/25 10:10, Herbert J. Skuhra wrote:
> On Mon, Aug 11, 2025 at 10:01:16AM -0400, George Mitchell wrote:
>> On 8/11/25 06:05, vermaden wrote:
>>> [...]
>>> % pkg prime-list | wc -l
>>>        439
>>> [...]
>>
>> Wow!  What other secret undocumented commands are there in pkg?
> 
> $ pkg alias
> 
> $ grep -n prime-list /usr/local/etc/pkg.conf
> 69:    prime-list = "query -e '%a = 0' '%n'";

Sure enough.  Wish I'd known about it (and all those handy predefined
aliases) before!                                          -- George