diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-11-12 21:52:02 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-11-12 21:52:02 +0000 |
commit | 197945d1c30d7875063e69c1e15bf2837930adf6 (patch) | |
tree | 1902dca3fc4044d47167b7328e98b08d7bc07c94 /usr.sbin/pkg_add/TODO | |
parent | 90dfc606ada76d0cdc21d64f22912ca56786d84e (diff) |
be saner wrt directory creation during pkg updates:
don't disturb existing objects if they're not directories,
create them better if they don't exist.
Diffstat (limited to 'usr.sbin/pkg_add/TODO')
-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 4636bad7901..9c533844de9 100644 --- a/usr.sbin/pkg_add/TODO +++ b/usr.sbin/pkg_add/TODO @@ -10,10 +10,6 @@ - smart package dependency handling Known update issues: -- symlink to directory doesn't get created during extraction, which -throws off the rest of the extraction (probably needs to create those -correctly). More generally: extraction may fail if the updated package -renames directory structure. - 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 |