summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/pkg_add/TODO3
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.