diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2009-12-29 14:42:43 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2009-12-29 14:42:43 +0000 |
commit | 81c5e7cd03f5312802fd687b1299dcf49d3bbe29 (patch) | |
tree | 641c94340c068273786efe189c2756355c7ca458 | |
parent | 731e66a2c3cd59c653cf168cbbf09c2a48ae6b59 (diff) |
ouch, got slightly longer, some stuff to fix soonish
-rw-r--r-- | usr.sbin/pkg_add/TODO | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/pkg_add/TODO b/usr.sbin/pkg_add/TODO index d1d3d905a03..327e51fcf0a 100644 --- a/usr.sbin/pkg_add/TODO +++ b/usr.sbin/pkg_add/TODO @@ -21,3 +21,6 @@ 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. |