Lars Eggert wrote:

attached patch allows /usr/local/etc/freevo as an alternative location for the local config file.

Gah, attached the wrong patch. Try this one.

--
Lars Eggert <[EMAIL PROTECTED]>           USC Information Sciences Institute
--- src/config.py.x     Fri Nov  7 15:10:39 2003
+++ src/config.py       Fri Nov  7 15:11:28 2003
@@ -311,7 +311,7 @@
 #
 # Config file handling
 #
-cfgfilepath = [ '.', os.path.expanduser('~/.freevo'), '/etc/freevo' ]
+cfgfilepath = [ '.', os.path.expanduser('~/.freevo'), '/etc/freevo', 
'/usr/local/etc/freevo' ]
 
 
 #
@@ -342,7 +342,7 @@
 #
 # Check that freevo_config.py is not found in the config file dirs
 #
-for dirname in [os.path.expanduser('~/.freevo'), '/etc/freevo']:
+for dirname in cfgfilepath:
     freevoconf = dirname + '/freevo_config.py'
     if os.path.isfile(freevoconf):
         print (('\nERROR: freevo_config.py found in %s, please remove it ' +

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to