SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
23
security/clamav/patches/patch-etc_freshclam_conf_sample
Normal file
23
security/clamav/patches/patch-etc_freshclam_conf_sample
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: etc/freshclam.conf.sample
|
||||
--- etc/freshclam.conf.sample.orig
|
||||
+++ etc/freshclam.conf.sample
|
||||
@@ -10,7 +10,7 @@ Example
|
||||
# Path to the database directory.
|
||||
# WARNING: It must match clamd.conf's directive!
|
||||
# Default: hardcoded (depends on installation options)
|
||||
-#DatabaseDirectory /var/lib/clamav
|
||||
+#DatabaseDirectory /var/db/clamav
|
||||
|
||||
# Path to the log file (make sure it has proper permissions)
|
||||
# Default: disabled
|
||||
@@ -55,8 +55,8 @@ Example
|
||||
|
||||
# By default when started freshclam drops privileges and switches to the
|
||||
# "clamav" user. This directive allows you to change the database owner.
|
||||
-# Default: clamav (may depend on installation options)
|
||||
-#DatabaseOwner clamav
|
||||
+# Default: _clamav (may depend on installation options)
|
||||
+#DatabaseOwner _clamav
|
||||
|
||||
# Use DNS to verify virus database version. FreshClam uses DNS TXT records
|
||||
# to verify database and software versions. With this directive you can change
|
Loading…
Add table
Add a link
Reference in a new issue