Author: duncan
Date: Thu Oct 19 16:37:15 2006
New Revision: 8421

Modified:
   branches/rel-1/freevo/src/helpers/convert_config.py

Log:
[ 1578183 ] 1.6 automated setup: configuation of local_conf
Patch applied for various changes


Modified: branches/rel-1/freevo/src/helpers/convert_config.py
==============================================================================
--- branches/rel-1/freevo/src/helpers/convert_config.py (original)
+++ branches/rel-1/freevo/src/helpers/convert_config.py Thu Oct 19 16:37:15 2006
@@ -29,19 +29,26 @@
     'TV_SHOW_REGEXP_MATCH': 'VIDEO_SHOW_REGEXP_MATCH',
     'TV_SHOW_REGEXP_SPLIT': 'VIDEO_SHOW_REGEXP_SPLIT',
     'STOP_OSD_WHEN_PLAYING': 'OSD_STOP_WHEN_PLAYING',
+    'TV_RECORD_SERVER_IP': 'RECORDSERVER_IP',
+    'TV_RECORD_SERVER_PORT': 'RECORDSERVER_PORT',
     'RECORD_SCHEDULE': 'TV_RECORD_SCHEDULE',
-    'RECORD_SERVER_IP': 'TV_RECORD_SERVER_IP',
-    'RECORD_SERVER_PORT': 'TV_RECORD_SERVER_PORT',
     'RECORD_PADDING': 'TV_RECORD_PADDING',
     'IVTV_OPTIONS': 'TV_IVTV_OPTIONS',
     'VCR_SETTINGS': 'TV_VCR_SETTINGS',
+    'WWW_SERVER_UID': 'WEBSERVER_UID',
+    'WWW_SERVER_GID': 'WEBSERVER_GID',
+    'WWW_PORT': 'WEBSERVER_PORT',
+    'recordable=True': 'record_group=None',
+    'recordable=False': 'record_group=None',
+    'recordable = True': 'record_group=None',
+    'recordable = False': 'record_group=None',
     }
 
 def help():
     print 'convert local_conf.py to use the new variable names'
     print 'usage: convert_config local_conf.py [ -w ]'
     print
-    print 'if -w is given the local_conf.py wil be rewritten, without the 
option'
+    print 'if -w is given the local_conf.py will be rewritten, without the 
option'
     print 'the script will only print the changes.'
     print
     print 'Developer may use the option -s (without local_conf) to scan for 
files'

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to