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

Modified Files:
        freevo 
Log Message:
These two changes reduce the amount of stuff being emailed to people when they
use cron.

(In both cases, outputting text to a command run from cron sends an email to
root, which is very annoying)


Index: freevo
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** freevo      23 Aug 2003 09:07:56 -0000      1.72
--- freevo      24 Aug 2003 01:35:59 -0000      1.73
***************
*** 12,15 ****
--- 12,22 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.73  2003/08/24 01:35:59  outlyer
+ # These two changes reduce the amount of stuff being emailed to people when they
+ # use cron.
+ #
+ # (In both cases, outputting text to a command run from cron sends an email to
+ # root, which is very annoying)
+ #
  # Revision 1.72  2003/08/23 09:07:56  dischi
  # small fix when displaying the list of helpers
***************
*** 216,220 ****
      trap './freevo stop $APP' 1 2 15
      $RUNAPP python $@ &
!     echo PID is $!
      echo $! > $PID_FILE
      wait `cat $PID_FILE`
--- 223,227 ----
      trap './freevo stop $APP' 1 2 15
      $RUNAPP python $@ &
!     #echo PID is $!
      echo $! > $PID_FILE
      wait `cat $PID_FILE`




-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to