mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
pkg(7) does not understand all the options that pkg(8) understands and
should never log errors about unknown options that it will pass on to
pkg(8) without touching.
PR: 286510
Reviewed by: bapt
Fixes:
|
||
|---|---|---|
| .. | ||
| config.c | ||
| config.h | ||
| dns_utils.c | ||
| dns_utils.h | ||
| ecc.c | ||
| FreeBSD.conf.latest | ||
| FreeBSD.conf.quarterly | ||
| hash.c | ||
| hash.h | ||
| Makefile | ||
| Makefile.depend | ||
| pkg.7 | ||
| pkg.c | ||
| pkg.h | ||
| rsa.c | ||