From 44bdf69025e4ac1bc234ca7b4c778298dab5f985 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson 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) SVN-Revision: 22734 --- 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 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 } -- 2.30.2