[Bug 292375] usr.sbin/pkg: ignores ASSUME_ALWAYS_YES in pkg.conf since FreeBSD 14.3
Date: Mon, 12 Jan 2026 07:45:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292375
Bug ID: 292375
Summary: usr.sbin/pkg: ignores ASSUME_ALWAYS_YES in pkg.conf
since FreeBSD 14.3
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: pkg@FreeBSD.org
Reporter: jbeich@FreeBSD.org
Regressed by base 7be3ea2e6470. ASSUME_ALWAYS_YES works via environ(7) but not
pkg.conf(5). 13.5 and 14.2 aren't affected.
# mkdir -p /usr/local/etc
# echo "ASSUME_ALWAYS_YES: yes" >/usr/local/etc/pkg.conf
# pkg bootstrap -f
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]:
--
You are receiving this mail because:
You are the assignee for the bug.