From: cshore Date: Fri, 20 Aug 2010 01:27:26 +0000 (+0000) Subject: [packages] net/freeswitch: Fixed remnants of UCI config that prevent FreeSWITCH start... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=0654549bc23f4eda60b499c52110c663ee32d1d7;p=packages.git [packages] net/freeswitch: Fixed remnants of UCI config that prevent FreeSWITCH startup with the UCI config not present (e.g. with -minimal or -upstream-defaults) git-svn-id: svn://svn.openwrt.org/openwrt/packages@22734 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/freeswitch/files/freeswitch.init b/net/freeswitch/files/freeswitch.init index fbd7dc28a..8637556aa 100644 --- a/net/freeswitch/files/freeswitch.init +++ b/net/freeswitch/files/freeswitch.init @@ -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 }