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

Modified Files:
        config.py 
Log Message:
add /usr/local/etc/freevo as search path

Index: config.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/config.py,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** config.py   1 Nov 2003 16:28:43 -0000       1.66
--- config.py   9 Nov 2003 17:08:24 -0000       1.67
***************
*** 23,26 ****
--- 23,29 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.67  2003/11/09 17:08:24  dischi
+ # add /usr/local/etc/freevo as search path
+ #
  # Revision 1.66  2003/11/01 16:28:43  dischi
  # encode program names to avoid a crash in the web guide
***************
*** 312,316 ****
  # Config file handling
  #
! cfgfilepath = [ '.', os.path.expanduser('~/.freevo'), '/etc/freevo' ]
  
  
--- 315,320 ----
  # Config file handling
  #
! cfgfilepath = [ '.', os.path.expanduser('~/.freevo'), '/etc/freevo',
!                 '/usr/local/etc/freevo' ]
  
  
***************
*** 343,347 ****
  # Check that freevo_config.py is not found in the config file dirs
  #
! for dirname in [os.path.expanduser('~/.freevo'), '/etc/freevo']:
      freevoconf = dirname + '/freevo_config.py'
      if os.path.isfile(freevoconf):
--- 347,351 ----
  # Check that freevo_config.py is not found in the config file dirs
  #
! for dirname in cfgfilepath[1:]:
      freevoconf = dirname + '/freevo_config.py'
      if os.path.isfile(freevoconf):




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to