Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1:/tmp/cvs-serv7351/src
Modified Files:
config.py
Log Message:
make it possible to deactivate rom drive support
Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** config.py 19 Oct 2003 11:17:37 -0000 1.63
--- config.py 22 Oct 2003 19:08:33 -0000 1.64
***************
*** 23,26 ****
--- 23,29 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.64 2003/10/22 19:08:33 dischi
+ # make it possible to deactivate rom drive support
+ #
# Revision 1.63 2003/10/19 11:17:37 dischi
# move gettext into config so that everything has _()
***************
*** 548,552 ****
# Autodetect the CD/DVD drives in the system if not given in local_conf.py
#
! if not ROM_DRIVES:
if os.path.isfile('/etc/fstab'):
re_cd = re.compile( '^(/dev/cdrom[0-9]*|/dev/[am]?cd[0-9]+[a-z]?)[
\t]+([^ \t]+)[ \t]+', re.I )
--- 551,555 ----
# Autodetect the CD/DVD drives in the system if not given in local_conf.py
#
! if ROM_DRIVES == None:
if os.path.isfile('/etc/fstab'):
re_cd = re.compile( '^(/dev/cdrom[0-9]*|/dev/[am]?cd[0-9]+[a-z]?)[
\t]+([^ \t]+)[ \t]+', re.I )
-------------------------------------------------------
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