Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2023 00:16:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 273148] [PATCH] scripted installs are unable to verify checksums for fetched dists
Message-ID:  <bug-273148-227-jr060kWptk@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273148-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273148-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273148

--- Comment #8 from Lars Kellogg-Stedman <lars@oddbit.com> ---
It's not just "auto"; a search for "3>&-" in the bsdinstall scripts directo=
ry
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?

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273148-227-jr060kWptk>