diff options
author | Wolfram Schlich <wschlich@gentoo.org> | 2016-02-01 14:23:07 +0100 |
---|---|---|
committer | Wolfram Schlich <wschlich@gentoo.org> | 2016-02-01 14:23:28 +0100 |
commit | f9e12fafac50b3d0ab4dfd5e3308e7316ecc5dd3 (patch) | |
tree | 70b9f46b59328f800ed49cab2475c59352bbdf1f /app-antivirus/skyldav/files | |
parent | b1e67e57ad7c3d58ad66f720fd22ab868d071dff (diff) | |
download | gentoo-f9e12fafac50b3d0ab4dfd5e3308e7316ecc5dd3.tar.gz gentoo-f9e12fafac50b3d0ab4dfd5e3308e7316ecc5dd3.tar.xz |
app-antivirus/skyldav: adjust default config
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-antivirus/skyldav/files')
-rw-r--r-- | app-antivirus/skyldav/files/skyldav-0.5-conf-r1.patch (renamed from app-antivirus/skyldav/files/skyldav-0.5-conf.patch) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-antivirus/skyldav/files/skyldav-0.5-conf.patch b/app-antivirus/skyldav/files/skyldav-0.5-conf-r1.patch index 8255f7a20d1..86b78c335b9 100644 --- a/app-antivirus/skyldav/files/skyldav-0.5-conf.patch +++ b/app-antivirus/skyldav/files/skyldav-0.5-conf-r1.patch @@ -1,11 +1,13 @@ diff -urN skyldav-0.5.orig/examples/etc/skyldav.conf skyldav-0.5/examples/etc/skyldav.conf --- skyldav-0.5.orig/examples/etc/skyldav.conf 2015-02-15 20:32:57.000000000 +0100 -+++ skyldav-0.5/examples/etc/skyldav.conf 2016-01-21 14:02:27.656666425 +0100 -@@ -19,14 +19,21 @@ ++++ skyldav-0.5/examples/etc/skyldav.conf 2016-02-01 11:29:19.449054900 +0100 +@@ -19,14 +19,23 @@ # Directories that shall not be scanned (including subdirectories) # EXCLUDE_PATH = /var/noscan, /opt/noscan -+EXCLUDE_PATH = /usr/portage, /var/db/pkg, /var/tmp/portage, /var/tmp/binpkgs ++# ++# Exclude various portage directories for performance reasons ++EXCLUDE_PATH = /usr/portage, /var/cache/edb, /var/db/pkg, /var/tmp/portage, /var/tmp/binpkgs, /var/log/portage # File systems that are local, virus scan results may be cached. # LOCAL_FS = ext3, ext4, iso9660, tmpfs, vfat |