diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2020-11-06 19:30:17 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-11-12 10:40:33 +0200 |
commit | d742b8b2a575755861d403e783173960d0e1b41a (patch) | |
tree | 9e0d6ed7295002daecde10ef7cfd5edeea71ebca /sys-fs/clamfs/files | |
parent | sys-fs/clamfs: new maintainer (diff) | |
download | gentoo-d742b8b2a575755861d403e783173960d0e1b41a.tar.gz gentoo-d742b8b2a575755861d403e783173960d0e1b41a.tar.bz2 gentoo-d742b8b2a575755861d403e783173960d0e1b41a.zip |
sys-fs/clamfs: drop old
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/18159
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sys-fs/clamfs/files')
-rw-r--r-- | sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch | 15 | ||||
-rw-r--r-- | sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch | 12 |
2 files changed, 0 insertions, 27 deletions
diff --git a/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch b/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch deleted file mode 100644 index 1f5f63a252f2..000000000000 --- a/sys-fs/clamfs/files/clamfs-1.0.1-gcc45.patch +++ /dev/null @@ -1,15 +0,0 @@ -Fix building with gcc 4.5 - -http://bugs.gentoo.org/show_bug.cgi?id=320107 - ---- src/scancache.cxx -+++ src/scancache.cxx -@@ -37,7 +37,7 @@ - } - - ScanCache::ScanCache(long int elements, long int expire): -- ExpireLRUCache<ino_t, CachedResult>::ExpireLRUCache<ino_t, CachedResult>(elements, expire) { -+ ExpireLRUCache<ino_t, CachedResult>(elements, expire) { - } - - ScanCache::~ScanCache() { diff --git a/sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch b/sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch deleted file mode 100644 index f5c02daca6d6..000000000000 --- a/sys-fs/clamfs/files/clamfs-1.0.1-gentoo.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur clamfs-1.0.1.orig/doc/clamfs.xml clamfs-1.0.1/doc/clamfs.xml ---- clamfs-1.0.1.orig/doc/clamfs.xml 2009-02-07 23:09:26.000000000 +0900 -+++ clamfs-1.0.1/doc/clamfs.xml 2010-01-08 18:19:13.000000000 +0900 -@@ -16,7 +16,7 @@ - check - (yes or no) check if clamd is available on startup (useful if - mounting clamfs file systems from /etc/fstab early on startup, - while clamav daemon is not yet started) --> -- <clamd socket="/var/run/clamav/clamd.ctl" check="yes" /> -+ <clamd socket="/var/run/clamav/clamd.sock" check="yes" /> - - <!-- File system settings - root - real directory to attach as our root |