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

Modified Files:
        rom_drives.py 
Log Message:
move freevo-rebuild-database to cache dir

Index: rom_drives.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drives.py,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** rom_drives.py       25 May 2004 17:35:29 -0000      1.61
--- rom_drives.py       20 Jun 2004 13:06:19 -0000      1.62
***************
*** 10,13 ****
--- 10,16 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.62  2004/06/20 13:06:19  dischi
+ # move freevo-rebuild-database to cache dir
+ #
  # Revision 1.61  2004/05/25 17:35:29  dischi
  # make nicer title for discs
***************
*** 764,768 ****
          thread main function
          """
!         rebuild_file = '/tmp/freevo-rebuild-database'
          # Make sure the movie database is rebuilt at startup
          util.touch(rebuild_file)
--- 767,771 ----
          thread main function
          """
!         rebuild_file = os.path.join(config.FREEVO_CACHEDIR, 
'freevo-rebuild-database')
          # Make sure the movie database is rebuilt at startup
          util.touch(rebuild_file)



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