diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2017-01-29 13:52:49 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 07:00:25 +0700 |
commit | aab05c35bea0f8b64444df03b524ba4247c64423 (patch) | |
tree | 716f7124af63be01a94a2d83e7c47481be0e6404 | |
parent | a92080a1b03793001f5ecb98cea32b475fc44667 (diff) | |
download | slackbuilds-aab05c35bea0f8b64444df03b524ba4247c64423.tar.gz |
system/clamav: Put group/user info in README.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | system/clamav/README | 12 |
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. |