[packages] net/freeswitch: Fixed remnants of UCI config that prevent FreeSWITCH start...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Aug 2010 01:27:26 +0000 (01:27 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 20 Aug 2010 01:27:26 +0000 (01:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22734 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/freeswitch/files/freeswitch.init

index fbd7dc2..8637556 100644 (file)
@@ -15,8 +15,6 @@ start() {
        mkdir -p $FS_DIR_DB
        mkdir -p $FS_DIR_LOG
        ulimit -s 240
-       include /usr/lib/freeswitch/uci
-       fs_init_xml
        $FS_DIR/usr/bin/freeswitch $OPTIONS -nc
 }