packages: net/freeswitch: restore logging to syslog instead of file on /tmp/freeswitc...
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Apr 2010 00:45:05 +0000 (00:45 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Apr 2010 00:45:05 +0000 (00:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20896 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/freeswitch/files/freeswitch.init

index 6c26d20..78f9cb9 100644 (file)
@@ -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() {