[packages]: net/freeswitch: Fixed config so mod_syslog is used on startup
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22082 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
dd917db23b
commit
7fedb0728b
@ -375,7 +375,7 @@ define Build/Compile
|
|||||||
LDFLAGS_FOR_BUILD="$(HOST_LDFLAGS)" \
|
LDFLAGS_FOR_BUILD="$(HOST_LDFLAGS)" \
|
||||||
all $(MAKE_INSTALL_TARGETS)
|
all $(MAKE_INSTALL_TARGETS)
|
||||||
$(SED) 's|^\([ \t]*\)\(.*\)"mod_console"\(.*\)$$$$|\1<!-- \2"mod_console"\3 -->|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml
|
$(SED) 's|^\([ \t]*\)\(.*\)"mod_console"\(.*\)$$$$|\1<!-- \2"mod_console"\3 -->|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml
|
||||||
$(SED) 's|^\([ \t]*\)<!-- \(.*\)"mod_syslog"\(.*\) -->\(.*\)$$$$|\1\2"mod_syslog"\3\4|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml
|
$(SED) 's|^\([ \t]*\)<!-- *\(.*\)"mod_syslog"\(.*\) *-->\(.*\)$$$$|\1\2"mod_syslog"\3\4|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
<!-- Loggers (I'd load these first) -->
|
<!-- Loggers (I'd load these first) -->
|
||||||
<!-- <load module="mod_console"/> -->
|
<!-- <load module="mod_console"/> -->
|
||||||
<load module="mod_logfile"/>
|
<!-- <load module="mod_logfile"/> -->
|
||||||
<!-- <load module="mod_syslog"/> -->
|
<load module="mod_syslog"/>
|
||||||
|
|
||||||
<!--<load module="mod_yaml"/>-->
|
<!--<load module="mod_yaml"/>-->
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user