summaryrefslogtreecommitdiffstats
path: root/clamav/build/freshclam.conf.patch
blob: e154c661e1c8dd69dd9c2f5657ec062ac08a8cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
--- freshclam.conf.old	2005-05-11 03:43:05.000000000 +0200
+++ freshclam.conf	2005-05-21 14:34:47.000000000 +0200
@@ -15,7 +15,7 @@
 
 # Path to the log file (make sure it has proper permissions)
 # Default: disabled
-#UpdateLogFile /var/log/freshclam.log
+UpdateLogFile /var/log/freshclam.log
 
 # Enable verbose logging.
 # Default: disabled
@@ -32,16 +32,16 @@
 
 # This option allows you to save the process identifier of the daemon
 # Default: disabled
-#PidFile /var/run/freshclam.pid
+PidFile /var/run/clamav/freshclam.pid
 
 # 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
+DatabaseOwner clamav
 
 # Initialize supplementary group access (freshclam must be started by root).
 # Default: disabled
-#AllowSupplementaryGroups
+AllowSupplementaryGroups
 
 # Use DNS to verify virus database version. Freshclam uses DNS TXT records
 # to verify database and software versions. With this directive you can change
@@ -66,7 +66,7 @@
 
 # Number of database checks per day.
 # Default: 12 (every two hours)
-#Checks 24
+Checks 24
 
 # Proxy settings
 # Default: disabled
@@ -82,7 +82,7 @@
 
 # Send the RELOAD command to clamd.
 # Default: disabled
-#NotifyClamd
+NotifyClamd
 # By default it uses the hardcoded configuration file but you can force an
 # another one.
 #NotifyClamd /config/file/path