CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2011/01/02 07:39:18
Modified files: usr.sbin/pkg_add/OpenBSD: Ustar.pm Log message: tidy things: use ->new more often. use mkdir directly to be able to report errors in a sane way (as the File::Path interface is prone to change). allow prepare to specify its own destdir (for temp files). use state->system to report more errors. be consistent in destdir error printing.