packages: net/freeswitch: restore logging to syslog instead of file on /tmp/freeswitc...
authorDaniel Dickinson <crazycshore@gmail.com>
Fri, 16 Apr 2010 00:45:05 +0000 (00:45 +0000)
committerDaniel Dickinson <crazycshore@gmail.com>
Fri, 16 Apr 2010 00:45:05 +0000 (00:45 +0000)
SVN-Revision: 20896

net/freeswitch/files/freeswitch.init

index 6c26d20a858bd2677810096ff8ae135225a3dbc6..78f9cb915c868b1a2e59772efd0288fb21602d2d 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() {