luzfcb / tintwizard

Automatically exported from code.google.com/p/tintwizard
2 stars 0 forks source link

Enhancement: Change way tint2 process ids are found #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Changed from parsing "ps -A | grep 'tint2'" to "pidof 'tint2'".

This is a bit more efficient and also stops us from killing any other
processes with "tint2" in the process name.

Original issue reported on code.google.com by eua...@gmail.com on 17 Jun 2009 at 10:41