On Wed, Jul 23, 2008 at 06:31:07PM -0400, [EMAIL PROTECTED] wrote:
Any ideas?
============================================================== #!/bin/sh esperanza killall xmms2d
Perhaps the xmms2d ignores the signals if it things it still has clients, and you just need to wait for the connection to finish. You could test that by putting a sleep in there, say 'sleep 2'. Also make sure that esperanza doesn't just fork and exit the main program right away which would do the kill immediately. Most linux programs don't do this, but some do. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
