]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Do not autoload mod_v8 in the default config [FS-7263]
authorManav Rathi <mx4492@gmail.com>
Sun, 1 Feb 2015 05:55:06 +0000 (11:25 +0530)
committerManav Rathi <mx4492@gmail.com>
Wed, 11 Feb 2015 06:12:40 +0000 (11:42 +0530)
mod_v8 is commented out in modules.conf (possibly because it requires
v8 development files installed), but is present in modules.conf. This
commit updates modules.conf.xml to reflect the defaults present in
modules.conf and not try and autoload mod_v8. With this change, the
spurious warning during start up goes away.

conf/vanilla/autoload_configs/modules.conf.xml

index 092372d68c5f27f267400c44ae7981296e0477f4..1940561ec0a68ee5ebb1e433e3730f8cd66c6687 100644 (file)
     <!-- <load module="mod_posix_timer"/> -->
 
     <!-- Languages -->
-    <load module="mod_v8"/>
+    <!-- <load module="mod_v8"/> -->
     <!-- <load module="mod_perl"/> -->
     <!-- <load module="mod_python"/> -->
     <!-- <load module="mod_java"/> -->