summaryrefslogtreecommitdiffstats
path: root/system/clamav
diff options
context:
space:
mode:
Diffstat (limited to 'system/clamav')
-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.