diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-11-13 12:50:33 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-11-13 12:50:33 +0000 |
commit | 59d61793b8d2fc3e0ccfa0334d8dba58729b45fd (patch) | |
tree | a63accbdba7b9f97086a299cd35987816eefde0d /usr.sbin | |
parent | 5b0079459ee194a2d6174ae2299e693df160191d (diff) |
reduce down TODO list.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/pkg_add/TODO | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/pkg_add/TODO b/usr.sbin/pkg_add/TODO index 9c533844de9..80a36ddc8b2 100644 --- a/usr.sbin/pkg_add/TODO +++ b/usr.sbin/pkg_add/TODO @@ -10,10 +10,6 @@ - smart package dependency handling Known update issues: -- error during extraction breaks things badly: need a mechanism to register -borked package similar to pkg_add. Preferably avoid doing it. -- shared libs must be matched against the package that holds the deps, not -just any package. - shared libs should be looked for in .libs-pkgspec as well if -f old(?) so that correct dependencies are registered. - pkg_add -r can have two conflicting packages (or more) n-to-m updates |