Update of /cvsroot/freevo/freevo
In directory sc8-pr-cvs1:/tmp/cvs-serv19337

Modified Files:
        freevo 
Log Message:
better shutdown


Index: freevo
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo,v
retrieving revision 1.104
retrieving revision 1.105
diff -C2 -d -r1.104 -r1.105
*** freevo      10 Jan 2004 14:56:19 -0000      1.104
--- freevo      10 Jan 2004 16:53:48 -0000      1.105
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.105  2004/01/10 16:53:48  dischi
+ # better shutdown
+ #
  # Revision 1.104  2004/01/10 14:56:19  dischi
  # better KeyboardInterrupt handling
***************
*** 228,232 ****
              except KeyboardInterrupt:
                  os.kill(uid, SIGTERM)
!                 os.waitpid(uid, 0)
                  if os.path.isfile(f.name):
                      os.unlink(f.name)
--- 231,238 ----
              except KeyboardInterrupt:
                  os.kill(uid, SIGTERM)
!                 try:
!                     os.waitpid(uid, 0)
!                 except KeyboardInterrupt:
!                     pass
                  if os.path.isfile(f.name):
                      os.unlink(f.name)




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to