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

Modified Files:
        freevo 
Log Message:
kill helpers with -KILL until it works better with twisted

Index: freevo
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -d -r1.92 -r1.93
*** freevo      22 Oct 2003 19:43:21 -0000      1.92
--- freevo      27 Oct 2003 20:39:47 -0000      1.93
***************
*** 12,15 ****
--- 12,18 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.93  2003/10/27 20:39:47  dischi
+ # kill helpers with -KILL until it works better with twisted
+ #
  # Revision 1.92  2003/10/22 19:43:21  dischi
  # do not KILL the child
***************
*** 214,218 ****
  # a helper
  kill_waiting_child() {
!     kill `cat $PID_FILE` > /dev/null 2>&1
  }
  
--- 217,221 ----
  # a helper
  kill_waiting_child() {
!     kill -KILL `cat $PID_FILE` > /dev/null 2>&1
  }
  
***************
*** 221,225 ****
      if [ "$1" = "stop" ]; then
        if [ -e $PIDFILE ]; then
!           kill `cat $PID_FILE` > /dev/null 2>&1
            rm $PID_FILE > /dev/null 2>&1
        else
--- 224,228 ----
      if [ "$1" = "stop" ]; then
        if [ -e $PIDFILE ]; then
!           kill -KILL `cat $PID_FILE` > /dev/null 2>&1
            rm $PID_FILE > /dev/null 2>&1
        else




-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to