]> git.pld-linux.org Git - packages/arcavir.git/blob - arcavir-bases-path.patch
- includes in -devel package
[packages/arcavir.git] / arcavir-bases-path.patch
1 diff -ru orig/etc/arcacmd-scanner.conf new/etc/arcacmd-scanner.conf
2 --- orig/etc/arcacmd-scanner.conf       2009-01-15 10:11:44.000000000 +0100
3 +++ new/etc/arcacmd-scanner.conf        2009-05-09 14:22:43.609786250 +0200
4 @@ -7,7 +7,7 @@
5  # page.
6  
7  # [-bases] Bases path (must be slash-terminated)
8 -#-Path-Bases /var/cache/arcabit/bases/
9 +-Path-Bases /var/lib/arcavir/bases/
10  
11  # [-hosts] 0 - all, 1 - only masks from hmask
12  #-ScanFiles 0
13 Only in new/etc: arcacmd-scanner.conf~
14 diff -ru orig/etc/arcad-scanner.conf new/etc/arcad-scanner.conf
15 --- orig/etc/arcad-scanner.conf 2009-01-15 10:12:19.000000000 +0100
16 +++ new/etc/arcad-scanner.conf  2009-05-09 14:22:52.903117813 +0200
17 @@ -2,7 +2,7 @@
18  # Copyright (C) 2006-2008 ArcaBit Sp. z o.o.
19  
20  # [-bases] Bases path (must be slash-terminated)
21 -#-Path-Bases /var/cache/arcabit/bases/
22 +-Path-Bases /var/lib/arcavir/bases/
23  
24  # [-hosts] 0 - all, 1 - only masks from hmask
25  #-ScanFiles 0
26 Only in new/etc: arcad-scanner.conf~
27 diff -ru orig/etc/arcascanner-default.conf new/etc/arcascanner-default.conf
28 --- orig/etc/arcascanner-default.conf   2009-01-15 10:11:05.000000000 +0100
29 +++ new/etc/arcascanner-default.conf    2009-05-09 14:22:28.456489653 +0200
30 @@ -7,7 +7,7 @@
31  # page.
32  
33  # [-bases] Bases path (must be slash-terminated)
34 --Path-Bases /var/cache/arcabit/bases/
35 +-Path-Bases /var/lib/arcavir/bases/
36  
37  # [-hosts] 0 - all, 1 - only masks from hmask
38  -ScanFiles 0
39 Only in new/etc: arcascanner-default.conf~
40 diff -ru orig/usr/bin/arcaupdate new/usr/bin/arcaupdate
41 --- orig/usr/bin/arcaupdate     2009-03-04 13:58:17.000000000 +0100
42 +++ new/usr/bin/arcaupdate      2009-05-09 14:11:45.276530894 +0200
43 @@ -38,8 +38,8 @@
44  
45  # directory with anti-virus databases
46  # ARCAVIR_BASES=/usr/local/bin/arcavir_bases
47 -# ARCAVIR_BASES=/var/lib/arcavir/bases
48 -ARCAVIR_BASES=/var/cache/arcabit/bases
49 +ARCAVIR_BASES=/var/lib/arcavir/bases
50 +# ARCAVIR_BASES=/var/cache/arcabit/bases
51  
52  # path to PGP with public key
53  # comment out if you do not want verify data
54 Only in new/usr/bin: arcaupdate~
This page took 0.083021 seconds and 3 git commands to generate.