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

Modified Files:
        config.py 
Log Message:
delete LD_PRELOADS after startup

Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** config.py   8 Sep 2003 19:43:14 -0000       1.47
--- config.py   11 Sep 2003 15:50:25 -0000      1.48
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.48  2003/09/11 15:50:25  dischi
+ # delete LD_PRELOADS after startup
+ #
  # Revision 1.47  2003/09/08 19:43:14  dischi
  # added some internal help messages and a tv grab helper
***************
*** 580,581 ****
--- 583,591 ----
               stat.S_IMODE(os.stat(FREEVO_CACHEDIR)[stat.ST_MODE]))
  
+ #
+ # delete LD_PRELOAD for all helpers, main.py does it after
+ # starting the display
+ #
+ if HELPER:
+     os.environ['LD_PRELOAD'] = ''
+     




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to