From: espie Date: Tue, 3 Aug 2010 14:10:30 +0000 (+0000) Subject: shrink! :) X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=85a25f9495e65c8f265d5488f8c94b02cbe5f915;p=openbsd shrink! :) --- diff --git a/usr.sbin/pkg_add/TODO b/usr.sbin/pkg_add/TODO index 3fa00676152..d4765196679 100644 --- a/usr.sbin/pkg_add/TODO +++ b/usr.sbin/pkg_add/TODO @@ -9,9 +9,4 @@ frustrated. - figure out when to continue after some errors, which should not stop a full update, for instance... or ignore already installed packages (mostly done). -- make sure all user-interface is done through a few functions, so that it's -easy to plug another interface in (mostly done) -- don't close Location unconditionally while looking for updates. In most -cases, we're going to install this package right away, so we should try to -keep it open to avoid spurious ftp disconnects. - get an update path for libraries to be able to adjust dependencies correctly.