summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author David Spencer2017-01-29 14:52:49 +0100
committer Willy Sudiarto Raharjo2017-02-04 01:00:25 +0100
commitaab05c35bea0f8b64444df03b524ba4247c64423 (patch)
tree716f7124af63be01a94a2d83e7c47481be0e6404 /system
parenta92080a1b03793001f5ecb98cea32b475fc44667 (diff)
downloadslackbuilds-aab05c35bea0f8b64444df03b524ba4247c64423.tar.gz
system/clamav: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/clamav/README12
1 files changed, 11 insertions, 1 deletions
diff --git a/system/clamav/README b/system/clamav/README
index 13e6dd0bc3..d5ea798980 100644
--- a/system/clamav/README
+++ b/system/clamav/README
@@ -10,6 +10,16 @@ argument to the COUNTRY variable when running the build script (this will
default to "us" if nothing is specified). For example:
COUNTRY=nl ./clamav.SlackBuild
-You need a "clamav" user and group - we suggest uid=210 and gid=210.
+
+Groupname and Username
+
+You must have the 'clamav' group and user to run this script,
+for example:
+
+ groupadd -g 210 clamav
+ useradd -u 210 -d /dev/null -s /bin/false -g clamav clamav
+
+
+Configuration
See README.SLACKWARE for configuration help.