I've updated the cygrunsrv package to 1.50-1. Changes and fixes:
* Fixes the potential problem with service processes which don't have /bin in their path and use the fork() system call, reported in http://cygwin.com/ml/cygwin/2013-10/msg00413.html. * If you call -L with insufficient permissions, the annoying warning messages cygrunsrv: warning: OpenService failed for '<foo>': Win32 error 5 Access is denied. will not show up anymore. It will still show up if another error than "access is denied" occurs. * Improved -L and -Q output. If a service is started by a cygrunsrv installed in another location than the cygrunsrv instance used to print the -L or -Q information, it marks the service as foreign service. Examples: -L without -V just encloses "foreign" services in parens: $ cygrunsrv -L sshd (foo) -LV or -Q add an "Installation path" entry to the output: $ cygrunsrv -LV Service : sshd Display name : CYGWIN sshd [...] Service : foo (Installation path: C:\bar) Display name : CYGWIN sshd [...] Have fun, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple