Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31975/src

Modified Files:
        config.py main.py 
Log Message:
set umask as early as possible

Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.106
retrieving revision 1.107
diff -C2 -d -r1.106 -r1.107
*** config.py   9 Jun 2004 17:08:45 -0000       1.106
--- config.py   20 Jun 2004 15:52:14 -0000      1.107
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.107  2004/06/20 15:52:14  dischi
+ # set umask as early as possible
+ #
  # Revision 1.106  2004/06/09 17:08:45  rshortt
  # Attempt to sort channels properly (numericly, if possible).
***************
*** 542,545 ****
--- 545,552 ----
  
  
+ # set the umask
+ os.umask(config.UMASK)
+ 
+ 
  if not HELPER:
      _debug_('Logging to %s' % sys.stdout.logfile)

Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** main.py     6 Jun 2004 10:31:42 -0000       1.126
--- main.py     20 Jun 2004 15:52:14 -0000      1.127
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.127  2004/06/20 15:52:14  dischi
+ # set umask as early as possible
+ #
  # Revision 1.126  2004/06/06 10:31:42  dischi
  # make it possible to shut down freevo on crash
***************
*** 448,454 ****
  
  try:
-     # set the umask
-     os.umask(config.UMASK)
- 
      # signal handler
      signal.signal(signal.SIGTERM, signal_handler)
--- 451,454 ----



-------------------------------------------------------
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to