network/mailman: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 18:08:48 -04:00
parent fe95a491d9
commit 8e36dc2e5c
1 changed files with 7 additions and 4 deletions

View File

@ -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