cvs commit: libh/lib/sysinstall FeaturesProvided.cc
Antoine Beaupr? <[email protected]> Tue, 15 Oct 2002 21:41:46 -0400 (EDT)
| Newsgroups | gmane.os.freebsd.devel.libh |
|---|---|
| Message-ID | <[email protected]> |
antoine 2002/10/15 21:41:46 EDT
Modified files:
lib/sysinstall FeaturesProvided.cc
Log:
add TODO and associated warnings about 2 very wrong things in
FeaturesProvided:
Problem 1: it uses a seperate *text-based* database to store features
provided by a given set of archives. (this is in FeaturesProvided::save())
Solution: use the same database abstraction as usual, and store the
full URI of the package providing the given resources.
Problem 2: load_dir() cannot deal with remote directories, therefore
preventing dependencies from being resolved remotely.
Solution: just code it!
Revision Changes Path
1.14 +10 -5 libh/lib/sysinstall/FeaturesProvided.cc
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-libh" in the body of the message