diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2010-01-01 19:21:39 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2010-01-01 19:21:39 +0000 |
commit | 09d8f878b8f839d5b733b19ba03fe33b6493d264 (patch) | |
tree | 1e9ee36c11b12639da69bac785317001ca0abc81 /usr.sbin/pkg_add/TODO | |
parent | 5a53c7f9b8dfec850137311ce09961269df263c9 (diff) |
shrink, for once
Diffstat (limited to 'usr.sbin/pkg_add/TODO')
-rw-r--r-- | usr.sbin/pkg_add/TODO | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.sbin/pkg_add/TODO b/usr.sbin/pkg_add/TODO index 327e51fcf0a..7ef47a0f0d0 100644 --- a/usr.sbin/pkg_add/TODO +++ b/usr.sbin/pkg_add/TODO @@ -11,16 +11,9 @@ 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) -- add needed annotations to handle updates correctly (to revisit) - compare full package signatures during updates, to ignore stuff that's different but older. -- mark that some older packages were found, cant_update should be different -from uptodate. -- if looking at replacements with a different name (based on the pkgpath), -stuff should still @conflict. - 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. -- if things don't change, move package to kept instead of aborting the set -unconditionally. |