From: Daniel Dickinson 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://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=44bdf69025e4ac1bc234ca7b4c778298dab5f985 [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) SVN-Revision: 22734 --- diff --git a/net/freeswitch/files/freeswitch.init b/net/freeswitch/files/freeswitch.init index fbd7dc28a3..8637556aa5 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 }