summaryrefslogtreecommitdiffstats
path: root/system/freeswitch
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 12:13:33 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:38:06 -0400
commit6891b713cbe8670a18e489a4c2ca8d0e0c46f6a8 (patch)
treeb20e53afdd84c9a69030bb20de14cc877f0f1dfc /system/freeswitch
parent6e6ad278e1ff384b0b37a645bdfcb501e8338a63 (diff)
downloadslackbuilds-6891b713cbe8670a18e489a4c2ca8d0e0c46f6a8.tar.gz
slackbuilds-6891b713cbe8670a18e489a4c2ca8d0e0c46f6a8.tar.xz
system/freeswitch: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/freeswitch')
-rw-r--r--system/freeswitch/README28
1 files changed, 16 insertions, 12 deletions
diff --git a/system/freeswitch/README b/system/freeswitch/README
index 1dbb294763..d3a668a044 100644
--- a/system/freeswitch/README
+++ b/system/freeswitch/README
@@ -1,20 +1,24 @@
FreeSWITCH is a scalable open source cross-platform telephony platform
-designed to route and interconnect popular communication protocols using
-audio, video, text or any other form of media. It was created in 2006 to
-fill the void left by proprietary commercial solutions. FreeSWITCH also
-provides a stable telephony platform on which many telephony applications
-can be developed using a wide range of free tools.
+designed to route and interconnect popular communication protocols
+using audio, video, text or any other form of media. It was
+created in 2006 to fill the void left by proprietary commercial
+solutions. FreeSWITCH also provides a stable telephony platform on
+which many telephony applications can be developed using a wide range
+of free tools.
Unlike other SlackBuilds which have a /usr installation prefix, this
-script will install FreeSWITCH to /opt/freeswitch instatead. This is done
-to simplify the build process since FreeSWITCH attemps to install itself
-into many non-standard directories in the prefix directory. Therefore,
-it is installed as a self-contained and easily-removable location in /opt.
+script will install FreeSWITCH to /opt/freeswitch instatead. This
+is done to simplify the build process since FreeSWITCH attemps to
+install itself into many non-standard directories in the prefix
+directory. Therefore, it is installed as a self-contained and
+easily-removable location in /opt.
-This script also expects there to be a user and group called "freeswitch",
-with uid and gid of 269 (see http://slackbuilds.org/uid_gid.txt):
+This script also expects there to be a user and group
+called "freeswitch", with uid and gid of 269 (see
+http://slackbuilds.org/uid_gid.txt):
# groupadd -g 269 freeswitch
-# useradd -u 269 -d /opt/freeswitch -s /bin/bash -g freeswitch freeswitch
+# useradd -u 269 -d /opt/freeswitch \
+ -s /bin/bash -g freeswitch freeswitch
If you execute the script without creating this user and group, it won't
build the FreeSWITCH package.