Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2002 21:41:46 -0400 (EDT)
From:      Antoine Beaupré <antoine@rtp1.SlowBlink.Com>
To:        freebsd-libh@FreeBSD.org
Subject:   cvs commit: libh/lib/sysinstall FeaturesProvided.cc
Message-ID:  <200210160141.g9G1fkOh054833@rtp1.SlowBlink.Com>

next in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-libh" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210160141.g9G1fkOh054833>