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

Modified Files:
        freevo_config.py local_conf.py.example 
Log Message:
make it possible to deactivate rom drive support

Index: freevo_config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/freevo_config.py,v
retrieving revision 1.274
retrieving revision 1.275
diff -C2 -d -r1.274 -r1.275
*** freevo_config.py    20 Oct 2003 19:32:31 -0000      1.274
--- freevo_config.py    22 Oct 2003 19:08:33 -0000      1.275
***************
*** 210,215 ****
  #          ('mountdir2', 'devicename2', 'displayed name2'), ...]
  #
! # Leave empty to autodetect drives in during startup from /etc/fstab
! ROM_DRIVES = []
  
  # hide discs from the wrong menu (e.g. VCDs in audio menu) and empty discs
--- 210,216 ----
  #          ('mountdir2', 'devicename2', 'displayed name2'), ...]
  #
! # Set to None to autodetect drives in during startup from /etc/fstab,
! # set to [] to disable rom drive support at all
! ROM_DRIVES = None
  
  # hide discs from the wrong menu (e.g. VCDs in audio menu) and empty discs

Index: local_conf.py.example
===================================================================
RCS file: /cvsroot/freevo/freevo/local_conf.py.example,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** local_conf.py.example       15 Oct 2003 19:51:26 -0000      1.18
--- local_conf.py.example       22 Oct 2003 19:08:33 -0000      1.19
***************
*** 58,63 ****
  #          ('mountdir2', 'devicename2', 'displayed name2'), ...]
  #
! # Leave empty to autodetect drives in during startup from /etc/fstab
! # ROM_DRIVES = []
  
  # hide discs from the wrong menu (e.g. VCDs in audio menu) and empty discs
--- 58,64 ----
  #          ('mountdir2', 'devicename2', 'displayed name2'), ...]
  #
! # Set to None to autodetect drives in during startup from /etc/fstab,
! # set to [] to disable rom drive support at all
! # ROM_DRIVES = None
  
  # hide discs from the wrong menu (e.g. VCDs in audio menu) and empty discs




-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to