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

Modified Files:
        config.py 
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: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** config.py   23 Aug 2003 22:27:06 -0000      1.42
--- config.py   24 Aug 2003 01:35:59 -0000      1.43
***************
*** 23,26 ****
--- 23,33 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.43  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.42  2003/08/23 22:27:06  gsbarbieri
  # Match (CD|DVD) by mount point
***************
*** 291,295 ****
  
  else:
!     print 'No overrides loaded'
  
      
--- 298,302 ----
  
  else:
!     if DEBUG: print 'No overrides loaded'
  
      




-------------------------------------------------------
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