[PATCH] cygrunsrv: don't bail on first error when listing services

2007-04-19 Thread Brian Dessent
Currently, when listing services with cygrunsrv -L, the first error condition causes an immediate abort. This sucks when there is a service that the user does not have rights to query or there is the stub of a service that was deleted but is still in the system's cache. I'm not sure exactly how

Re: [PATCH] cygrunsrv: don't bail on first error when listing services

2007-04-19 Thread Corinna Vinschen
On Apr 19 02:19, Brian Dessent wrote: > * cygrunsrv.cc (list_services): Make failure of OpenService or > QueryServiceConfig nonfatal. Thanks for the patch. Please go ahead and check it in. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin P

Re: lint setup.hint/setup.ini

2007-04-19 Thread Max Bowsher
Yaakov (Cygwin Ports) wrote: > Brian Dessent wrote: >>> If you configure setup with --enable-inilint it should build the inilint >>> tool as a standalone app. I don't know if it has bitrotted to pieces or >>> not. > > That's good to know. But trying to build inilint in the current > snapshot sou

Re: lint setup.hint/setup.ini

2007-04-19 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Max Bowsher wrote: > Well, I got it to compile again, but I couldn't get it to link. It > seems that the setup classes have become interdependent to the point at > which it's no longer possible to call the parser standalone from the > rest of setup

Re: lint setup.hint/setup.ini

2007-04-19 Thread Max Bowsher
Yaakov (Cygwin Ports) wrote: > Max Bowsher wrote: >>> Well, I got it to compile again, but I couldn't get it to link. It >>> seems that the setup classes have become interdependent to the point at >>> which it's no longer possible to call the parser standalone from the >>> rest of setup any more.

Re: lint setup.hint/setup.ini

2007-04-19 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Brian Dessent wrote: > If you configure setup with --enable-inilint it should build the inilint > tool as a standalone app. I don't know if it has bitrotted to pieces or > not. Does anybody have a working inilint, or better yet, can get it to compi