aboutsummaryrefslogtreecommitdiff
path: root/net/freeswitch/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/freeswitch/files/pkg-message.in')
-rw-r--r--net/freeswitch/files/pkg-message.in21
1 files changed, 7 insertions, 14 deletions
diff --git a/net/freeswitch/files/pkg-message.in b/net/freeswitch/files/pkg-message.in
index 393a6b3b455b..258fadc48b68 100644
--- a/net/freeswitch/files/pkg-message.in
+++ b/net/freeswitch/files/pkg-message.in
@@ -1,18 +1,11 @@
-
*****************************************************
-* Please read *
+* Please read *
*****************************************************
-
-There are some known issues with FreeBSD's libpthread
-implementation and APR that can affect throughput at
-high volume. A possible fix is to use libmap.conf to
-remap FreeSWITCH. and its libraries to use libthr
-(the better performance threading library)
-/etc/libmap.conf
+to install the config files do the following .....
+
+cp -r %%EXAMPLESDIR%%/conf %%ETCDIR%%/conf
+
+then edit /etc/rc.conf and add
-[freeswitch]
-libc_r.so.5 libthr.so.2
-libc_r.so.6 libthr.so.2
-libpthread.so.1 libthr.so.2
-libpthread.so.2 libthr.so.2
+freeswitch_enable="YES"