aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-16 14:08:17 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-16 14:08:17 +0000
commitb50cc2c02c2379a604f24c7252e4a8c649f382bf (patch)
treee55e2edd9c66528347fab75dc6f910c607112d13
parent14593958f35ede9a92552e1abcd916871abe356f (diff)
downloadalpine_aports-b50cc2c02c2379a604f24c7252e4a8c649f382bf.tar.bz2
alpine_aports-b50cc2c02c2379a604f24c7252e4a8c649f382bf.tar.xz
alpine_aports-b50cc2c02c2379a604f24c7252e4a8c649f382bf.zip
main/freeswitch: enable mod_xml_rpc module
-rw-r--r--main/freeswitch/APKBUILD4
-rw-r--r--main/freeswitch/modules.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD
index ef178e7e57..2b1766e805 100644
--- a/main/freeswitch/APKBUILD
+++ b/main/freeswitch/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=freeswitch 3pkgname=freeswitch
4pkgver=1.0.6 4pkgver=1.0.6
5pkgrel=10 5pkgrel=11
6pkgdesc="A communications platform written in C from the ground up" 6pkgdesc="A communications platform written in C from the ground up"
7url="http://www.freeswitch.org" 7url="http://www.freeswitch.org"
8license="GPL" 8license="GPL"
@@ -93,6 +93,6 @@ conf() {
93} 93}
94 94
95md5sums="388effee587887a81fe7f411b7350590 freeswitch-1.0.6.tar.gz 95md5sums="388effee587887a81fe7f411b7350590 freeswitch-1.0.6.tar.gz
9655e62842ad037e5e550ad097df09f6d2 modules.conf 9610b10cdc4ba1719343a96c5b7b3fa910 modules.conf
97c608cca8ad773acebf201f581438c7e7 freeswitch.confd 97c608cca8ad773acebf201f581438c7e7 freeswitch.confd
986973e15d72e5876152b160bd9e8d282b freeswitch.initd" 986973e15d72e5876152b160bd9e8d282b freeswitch.initd"
diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf
index 9968d68d9a..9ef44b0cac 100644
--- a/main/freeswitch/modules.conf
+++ b/main/freeswitch/modules.conf
@@ -62,7 +62,7 @@ formats/mod_tone_stream
62languages/mod_lua 62languages/mod_lua
63#languages/mod_perl 63#languages/mod_perl
64#languages/mod_yaml 64#languages/mod_yaml
65#xml_int/mod_xml_rpc 65xml_int/mod_xml_rpc
66#xml_int/mod_xml_curl 66#xml_int/mod_xml_curl
67#xml_int/mod_xml_cdr 67#xml_int/mod_xml_cdr
68#xml_int/mod_xml_ldap 68#xml_int/mod_xml_ldap