Update of /cvsroot/freevo/freevo/src/util
In directory sc8-pr-cvs1:/tmp/cvs-serv13142/src/util
Modified Files:
vfs.py
Log Message:
Freevo now needs the vfs active. OVERLAY_DIR is set to ~/.freevo/vfs as
default value.
Index: vfs.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/util/vfs.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** vfs.py 31 Dec 2003 16:43:49 -0000 1.7
--- vfs.py 3 Jan 2004 17:38:17 -0000 1.8
***************
*** 17,20 ****
--- 17,24 ----
# -----------------------------------------------------------------------
# $Log$
+ # Revision 1.8 2004/01/03 17:38:17 dischi
+ # Freevo now needs the vfs active. OVERLAY_DIR is set to ~/.freevo/vfs as
+ # default value.
+ #
# Revision 1.7 2003/12/31 16:43:49 dischi
# major speed enhancements
***************
*** 69,74 ****
def getoverlay(directory):
- if not config.OVERLAY_DIR:
- return ''
if not directory.startswith('/'):
directory = os.path.abspath(directory)
--- 73,76 ----
***************
*** 196,201 ****
return if the name is in the overlay dir
"""
- if not config.OVERLAY_DIR:
- return False
return name.startswith(config.OVERLAY_DIR)
--- 198,201 ----
***************
*** 231,237 ****
islink = os.path.islink
- if not config.OVERLAY_DIR:
- _debug_('OVERLAY_DIR not set, virtual filesystem won\'t work',1)
- else:
- _debug_('Virtual filesystem activated',1)
--- 231,233 ----
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog