Both freeswitch-mod-syslog and freeswitch-config-upstream-defaults include the
file /etc/freeswitch/autoload_configs/syslog.conf.xml which makes the two
packages conflict with the other. As freeswitch-collection-upstream-defaults
depends on both, this makes this package uninstallable.

Fix this by dropping /etc/freeswitch/autoload_configs/syslog.conf.xml from
freeswitch-mod-syslog.

This fixes https://dev.openwrt.org/ticket/12895.

Signed-off-by: Uwe Kleine-König <uwe+open...@kleine-koenig.org>
---
The alternative is to drop the file from the
freeswitch-config-upstream-defaults package. This way users of the
freeswitch-mod-syslog without freeswitch-config-upstream-defaults would still
get the config file, but on the other hand it would make the
freeswitch-config-upstream-defaults not include the complete upstream default
config.

Note: When applying this patch to SVN, you can also drop the
net/freeswitch/files/etc.packages/syslog directory which isn't expressable as
patch.

Best regards
Uwe

--- a/net/freeswitch/files/etc.packages/syslog/autoload_configs/syslog.conf.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<configuration name="syslog.conf" description="Syslog Logger">
-  <!-- SYSLOG -->
-  <!-- emerg   - system is unusable  -->
-  <!-- alert   - action must be taken immediately  -->
-  <!-- crit    - critical conditions  -->
-  <!-- err     - error conditions  -->
-  <!-- warning - warning conditions  -->
-  <!-- notice  - normal, but significant, condition  -->
-  <!-- info    - informational message  -->
-  <!-- debug   - debug-level message -->
-  <settings>
-    <param name="facility" value="user"/>
-    <param name="ident" value="freeswitch"/>
-    <param name="loglevel" value="warning"/>
-       <!-- Uncomment the following line to log uuids in syslogs (when 
applicable) -->
-    <!-- <param name="uuid" value="true"/> -->
-  </settings>
-</configuration>
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to