From 0654549bc23f4eda60b499c52110c663ee32d1d7 Mon Sep 17 00:00:00 2001 From: cshore Date: Fri, 20 Aug 2010 01:27:26 +0000 Subject: [PATCH] [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 --- net/freeswitch/files/freeswitch.init | 2 -- 1 file changed, 2 deletions(-) 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 } -- 2.11.0