From aab05c35bea0f8b64444df03b524ba4247c64423 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 29 Jan 2017 13:52:49 +0000 Subject: system/clamav: Put group/user info in README. Signed-off-by: David Spencer --- system/clamav/README | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'system') 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. -- cgit v1.2.3