Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com
#!/bin/bashkill -KILL `ps ax|grep Proxy_Orbiter|grep log|cut -b1-5`
Code: [Select]#!/bin/bashkill -KILL `ps ax|grep Proxy_Orbiter|grep log|cut -b1-5`Works a treat for me.