surprised nobody noticed before me
authorespie <espie@openbsd.org>
Mon, 27 Jun 2016 08:38:15 +0000 (08:38 +0000)
committerespie <espie@openbsd.org>
Mon, 27 Jun 2016 08:38:15 +0000 (08:38 +0000)
commit7b25c30a10046a118d58c9023c4c99a927530d9f
tree93c15105e52bcb42ba69b1d5174f08d4cbaade8a
parentbe02291ee05e867c05ef70cdf2c227b759dc8364
surprised nobody noticed before me
let scp:// work with PKG_CACHE
basically, we do an extra fork, so we end up cleaning up the connection twice
that's okay for the handles, but not for the commands, since we do a spurious
ABORT BYE BYE on cleanup.
usr.sbin/pkg_add/OpenBSD/PackageRepository.pm
usr.sbin/pkg_add/OpenBSD/PackageRepository/Persistent.pm