[Bug 273148] [PATCH] scripted installs are unable to verify checksums for fetched dists

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 19 Aug 2023 00:16:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273148

--- Comment #8 from Lars Kellogg-Stedman <lars@oddbit.com> ---
It's not just "auto"; a search for "3>&-" in the bsdinstall scripts directory
yields:

auto:310:exec 3>&-
auto:346:       exec 3>&-
auto:387:       exec 3>&-
fetchmissingdists:67:   exec 3>&-
hardening:54:exec 3>&-
jail:72:        exec 3>&-
jail:109:       exec 3>&-
mirrorselect:93:exec 3>&-
mirrorselect:122:       exec 3>&-
netconfig:77:exec 3>&-
netconfig:191:exec 3>&-
netconfig_ipv4:81:exec 3>&-
netconfig_ipv6:116:exec 3>&-
services:60:exec 3>&-
time:49:exec 3>&-
time:61:exec 3>&-


Should these *all* be updated?

-- 
You are receiving this mail because:
You are the assignee for the bug.