diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2005-06-26 16:41:32 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2005-06-26 16:41:32 +0000 |
commit | 77a6249b53adb38e5c1911e53d086d004bd2e68b (patch) | |
tree | debc5148778cad7f88ab6f3335cfb248ed39495a | |
parent | f258c7058507c33d1a8c660e9039ee3b04d0d987 (diff) |
pkg_merge aliasing of hard links fixed.
-rw-r--r-- | usr.sbin/pkg_add/TODO | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pkg_add/TODO b/usr.sbin/pkg_add/TODO index 6e6ba4a36e0..a30863d153f 100644 --- a/usr.sbin/pkg_add/TODO +++ b/usr.sbin/pkg_add/TODO @@ -4,5 +4,3 @@ inter-dependencies, and we must ignore those inter-dependencies. - rewrite of PackageLocator to make listing of distant packages effective, which is the first step of pkg updates. - finish pulling the pkg_add code into Add.pm/Update.pm. -- add aliasing support to Ustar writer so that pkg_merge can safely copy -links over. |