summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2010-08-03 14:10:30 +0000
committerespie <espie@openbsd.org>2010-08-03 14:10:30 +0000
commit85a25f9495e65c8f265d5488f8c94b02cbe5f915 (patch)
treef2c7a475bba0acf6c0718f0f71c19347c1da3091
parentsort journal messsages in a better way, put - before +, so that one can (diff)
downloadwireguard-openbsd-85a25f9495e65c8f265d5488f8c94b02cbe5f915.tar.xz
wireguard-openbsd-85a25f9495e65c8f265d5488f8c94b02cbe5f915.zip
shrink! :)
-rw-r--r--usr.sbin/pkg_add/TODO5
1 files changed, 0 insertions, 5 deletions
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.