On Sun, Aug 10, 2003 at 07:50:41AM +1000, Robert Collins wrote: >On Sun, 2003-08-10 at 02:12, Christopher Faylor wrote: >> On Thu, Aug 07, 2003 at 06:50:10PM -0400, Igor Pechtchanski wrote: >>Also some kind of functionality which would allow cygcheck to query the >>same files as the web search would be really cool. Something like a: >> >>cygcheck --whatprovides /usr/bin/ls.exe >> >>would be really useful. > > >Hmm, I think we're getting into stuff that setup should do itself. We >-do- have command line functionality...
Can setup do a: setup --whatprovides /bin/ls.exe > /tmp/foo ? I don't see how that will ever be possible given the windows problems with stdio and GUI apps. I guess we could make setup a console utility but that would result in the ugly black console box flashing up whenever you start setup.exe. In Red Hat terms, this would be like starting up anaconda (the installer) every time you want to query RHN. I don't see how that's useful. If the setup library abstraction ever shows up then this would be a candidate for that. It is not, IMO, a function for setup itself. cgf