CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/06/28 05:25:14
Modified files:
usr.sbin/pkg_add: pkg_add.1
usr.sbin/pkg_add/OpenBSD: PkgAdd.pm Replace.pm
Log message:
remove old "paranoid" option, I'm pretty sure nobody uses it.
refactor the code into figuring out simple updates: if we don't have
any @execs but just @tags, we can probably do something simpler wrt
temporary files and temporary filenames, which should speed up texlive
updates significantly.
(the tempfile code is not there yet, just the check for safe updates)