aboutsummaryrefslogtreecommitdiff
path: root/network/mailman
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-13 18:08:48 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-13 18:08:48 -0400
commit8e36dc2e5c50bced82eae352e759e3d179481895 (patch)
tree461477deaeef75a814bc812be54d85e8996e4598 /network/mailman
parentfe95a491d92acd9ba8c13ca8881c99f325441f0e (diff)
network/mailman: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/mailman')
-rw-r--r--network/mailman/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/network/mailman/README b/network/mailman/README
index afa42d05f308..61d3495489d5 100644
--- a/network/mailman/README
+++ b/network/mailman/README
@@ -3,8 +3,9 @@ Mailman (the GNU Mailing List Manager)
Unlike other SlackBuilds which have a /usr installation prefix, this
script will install Mailman to /opt/mailman instatead. This is done
to simplify the build process since Mailman 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.
+into many non-standard directories in the prefix directory. Therefore,
+it is installed as a self-contained and easily-removable location
+in /opt.
It may be that you wish to keep Mailman's lists database in /var/mailman
instead of /opt/mailman/var/mailman, in which case you should adjust the
@@ -15,8 +16,10 @@ VAR_PREFIX variable at runtime. For example:
This SlackBuild assumes the webserver group name to be "apache",
which should work just fine for you if you have the Slackware
httpd package installed.
-If you wish to use a diffent webserver then set the group name accordingly
-by passing is to the script via the CGI_GID variable at runtime. Eg:
+
+If you wish to use a diffent webserver then set the group name
+accordingly by passing is to the script via the CGI_GID variable at
+runtime. Eg:
CGI_GID="lighttpd" ./mailman.SlackBuild