[packages] freeswitch: make it fully modular, add patches to allow more modules to...
[openwrt/svn-archive/archive.git] / net / freeswitch / files / freeswitch.default
index c7af992526b4ac88d35e752afb2ab4d1e69d7b77..61c24781948b533c3753987efc7bfa99842bfd35 100644 (file)
@@ -1,7 +1,7 @@
 #FS_DIR="/opt"
 FS_DIR_ETC="$FS_DIR/etc/freeswitch"
 FS_DIR_MOD="$FS_DIR/usr/lib/freeswitch"
-FS_DIR_LOG="$FS_DIR/tmp/freeswitch/log"
 FS_DIR_DB="$FS_DIR/tmp/freeswitch/db"
+FS_DIR_LOG="$FS_DIR/tmp/freeswitch/log"
 
 OPTIONS="-conf $FS_DIR_ETC -log $FS_DIR_LOG -db $FS_DIR_DB -mod $FS_DIR_MOD"