pidof no longer works after upgrade to Cygwin 1.7.18

K Stahl kdstahl@gmail.com
Fri Apr 26 04:48:00 GMT 2013


As the subject states, the pidof application no longer works (just hangs).

I have attached the results of cygcheck pidof

P.S.
As a workaround, I have to use the following:
ps -ef | grep -i "${1}" | grep -v "grep" | awk {'print $2'} | head -1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cygcheck_pidof.out
Type: application/octet-stream
Size: 1675 bytes
Desc: not available
URL: <http://cygwin.com/pipermail/cygwin/attachments/20130426/e7da2395/attachment.obj>
-------------- next part --------------
--
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


More information about the Cygwin mailing list