CVSROOT:        /cvs
Module name:    src
Changes by:     es...@cvs.openbsd.org   2016/06/27 02:38:15

Modified files:
        usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 
        usr.sbin/pkg_add/OpenBSD/PackageRepository: Persistent.pm 

Log message:
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.

Reply via email to