From f23f758ccb2598ed7078a633cd39e9251f922b14 Mon Sep 17 00:00:00 2001 From: cshore Date: Fri, 16 Apr 2010 00:45:05 +0000 Subject: [PATCH] packages: net/freeswitch: restore logging to syslog instead of file on /tmp/freeswitch at nico's request git-svn-id: svn://svn.openwrt.org/openwrt/packages@20896 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/freeswitch/files/freeswitch.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/freeswitch/files/freeswitch.init b/net/freeswitch/files/freeswitch.init index 6c26d20a8..78f9cb915 100644 --- a/net/freeswitch/files/freeswitch.init +++ b/net/freeswitch/files/freeswitch.init @@ -14,7 +14,7 @@ start() { [ -f $DEFAULT ] && . $DEFAULT mkdir -p $FS_DIR_DB mkdir -p $FS_DIR_LOG - { $FS_DIR/usr/bin/freeswitch $OPTIONS -c >$FS_DIR_LOG/console.log ; } & + $FS_DIR/usr/bin/freeswitch $OPTIONS -c & } stop() { -- 2.11.0