patch-etc_freshclam_conf_sample 949 B

123456789101112131415161718192021222324
  1. $OpenBSD: patch-etc_freshclam_conf_sample,v 1.1 2013/09/20 15:23:01 sthen Exp $
  2. --- etc/freshclam.conf.sample.orig Mon Sep 16 20:28:14 2013
  3. +++ etc/freshclam.conf.sample Fri Sep 20 15:27:54 2013
  4. @@ -10,7 +10,7 @@ Example
  5. # Path to the database directory.
  6. # WARNING: It must match clamd.conf's directive!
  7. # Default: hardcoded (depends on installation options)
  8. -#DatabaseDirectory /var/lib/clamav
  9. +#DatabaseDirectory /var/db/clamav
  10. # Path to the log file (make sure it has proper permissions)
  11. # Default: disabled
  12. @@ -52,8 +52,8 @@ Example
  13. # By default when started freshclam drops privileges and switches to the
  14. # "clamav" user. This directive allows you to change the database owner.
  15. -# Default: clamav (may depend on installation options)
  16. -#DatabaseOwner clamav
  17. +# Default: _clamav (may depend on installation options)
  18. +#DatabaseOwner _clamav
  19. # Initialize supplementary group access (freshclam must be started by root).
  20. # Default: no