Author: remi
Date: 2009-06-22 09:52:28 +0200 (Mon, 22 Jun 2009)
New Revision: 4847

Modified:
   
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py
Log:
* updated kill command on Linux

Modified: 
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py
===================================================================
--- 
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py  
    2009-06-21 18:15:21 UTC (rev 4846)
+++ 
software_suite_v3/smart-core/smart-server/trunk/util/player/mplayer/Mplayer.py  
    2009-06-22 07:52:28 UTC (rev 4847)
@@ -69,7 +69,7 @@
                 except:
                     pass
             else:
-                os.system("kill -9 " + str(self.__process.pid))
+                os.system("kill -3 -15 -9 " + str(self.__process.pid))
         self.__setRun(False)
         self.__process = None
         time.sleep(0.25)


------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn

Reply via email to