summaryrefslogtreecommitdiffstats
path: root/network/cherokee/README
diff options
context:
space:
mode:
author B. Watson2022-03-13 22:31:42 +0100
committer B. Watson2022-03-13 22:31:42 +0100
commit29cb529c3fd4a8b24ceeda6f78ea2d90796f1aa3 (patch)
treec919a970bcea4ec1e8f94ea0582536403069a9ef /network/cherokee/README
parent154a602c4092ac08803bb640577d6f78f8693630 (diff)
downloadslackbuilds-29cb529c3fd4a8b24ceeda6f78ea2d90796f1aa3.tar.gz
network/cherokee: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/cherokee/README')
-rw-r--r--network/cherokee/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/network/cherokee/README b/network/cherokee/README
index 7214e5a3d4..c2428de130 100644
--- a/network/cherokee/README
+++ b/network/cherokee/README
@@ -37,7 +37,7 @@ Notes about using this SlackBuild
to the script.
5) If you want to build Cherokee with debugging options, enable trace
facility by passing TRACE=yes to the script.
-6) The $WWWGROUP group and the $WWWUSER user account are set to cherokee.
+6) The $WWWGROUP group and $WWWUSER user account are set to cherokee.
To run cherokee as a different user/group specify them passing the
options WWWUSER/WWWGROUP to the slackbuild, like
@@ -48,7 +48,7 @@ Notes about using this SlackBuild
groupadd -g 306 cherokee
useradd -u 306 -g cherokee -d /var/www/htdocs-cherokee cherokee
- See http://slackbuilds.org/uid_gid.txt for current reccomendations (if any)
+ See http://slackbuilds.org/uid_gid.txt for current reccomendations.
7) If you want to use it with php, remember to add your user to the
apache group, so that it can use /var/lib/php, like