]> git.pld-linux.org Git - packages/clamav.git/blob - clamav-pld_config.patch
- unify %attr() %ghost order
[packages/clamav.git] / clamav-pld_config.patch
1 --- clamav-0.92.orig/etc/clamd.conf     2007-12-06 13:59:09.000000000 +0100
2 +++ clamav-0.92/etc/clamd.conf  2007-12-18 11:48:00.000000000 +0100
3 @@ -5,13 +5,13 @@
4  
5  
6  # Comment or remove the line below.
7 -Example
8 +#Example
9  
10  # Uncomment this option to enable logging.
11  # LogFile must be writable for the user running daemon.
12  # A full path is required.
13  # Default: disabled
14 -#LogFile /tmp/clamd.log
15 +#LogFile /var/log/clamd.log
16  
17  # By default the log file is locked for writing - the lock protects against
18  # running clamd multiple times (if want to run another clamd, please
19 @@ -40,12 +40,12 @@
20  
21  # Use system logger (can work together with LogFile).
22  # Default: no
23 -#LogSyslog yes
24 +LogSyslog yes
25  
26  # Specify the type of syslog messages - please refer to 'man syslog'
27  # for facility names.
28  # Default: LOG_LOCAL6
29 -#LogFacility LOG_MAIL
30 +LogFacility LOG_MAIL
31  
32  # Enable verbose logging.
33  # Default: no
34 @@ -54,7 +54,7 @@
35  # This option allows you to save a process identifier of the listening
36  # daemon (main thread).
37  # Default: disabled
38 -#PidFile /var/run/clamd.pid
39 +PidFile /var/run/clamav/clamd.pid
40  
41  # Optional path to the global temporary directory.
42  # Default: system specific (usually /tmp or /var/tmp).
43 @@ -69,7 +69,7 @@
44  
45  # Path to a local socket file the daemon will listen on.
46  # Default: disabled (must be specified by a user)
47 -LocalSocket /tmp/clamd.socket
48 +LocalSocket /var/lib/clamav/clamd.socket
49  
50  # Remove stale socket after unclean shutdown.
51  # Default: yes
52 @@ -141,11 +141,11 @@
53  
54  # Run as another user (clamd must be started by root for this option to work)
55  # Default: don't drop privileges
56 -#User clamav
57 +User clamav
58  
59  # Initialize supplementary group access (clamd must be started by root).
60  # Default: no
61 -#AllowSupplementaryGroups no
62 +AllowSupplementaryGroups yes
63  
64  # Stop daemon when libclamav reports out of memory condition.
65  #ExitOnOOM yes
66 @@ -327,15 +327,15 @@
67  
68  # Set access mask for Clamuko.
69  # Default: no
70 -#ClamukoScanOnOpen yes
71 -#ClamukoScanOnClose yes
72 -#ClamukoScanOnExec yes
73 +ClamukoScanOnOpen yes
74 +ClamukoScanOnClose yes
75 +ClamukoScanOnExec yes
76  
77  # Set the include paths (all files inside them will be scanned). You can have
78  # multiple ClamukoIncludePath directives but each directory must be added
79  # in a seperate line.
80  # Default: disabled
81 -#ClamukoIncludePath /home
82 +ClamukoIncludePath /home
83  #ClamukoIncludePath /students
84  
85  # Set the exclude paths. All subdirectories are also excluded.
86 --- clamav-0.92.orig/etc/freshclam.conf 2007-12-06 13:59:09.000000000 +0100
87 +++ clamav-0.92/etc/freshclam.conf      2007-12-17 22:04:16.000000000 +0100
88 @@ -2,10 +2,14 @@
89  ## Example config file for freshclam
90  ## Please read the freshclam.conf(5) manual before editing this file.
91  ##
92 -
93 +## PLD NOTE: Note that freshclam is called periodically via cron
94 +## Check /etc/sysconfig/clamd for details
95 +## Seems better to run task once per period than keep daemon running
96 +## only for that.
97 +## But if you have arguments please tell us.
98  
99  # Comment or remove the line below.
100 -Example
101 +#Example
102  
103  # Path to the database directory.
104  # WARNING: It must match clamd.conf's directive!
105 @@ -30,11 +34,11 @@
106  
107  # Enable verbose logging.
108  # Default: no
109 -#LogVerbose yes
110 +LogVerbose yes
111  
112  # Use system logger (can work together with UpdateLogFile).
113  # Default: no
114 -#LogSyslog yes
115 +LogSyslog yes
116  
117  # Specify the type of syslog messages - please refer to 'man syslog'
118  # for facility names.
119 @@ -48,7 +52,7 @@
120  # By default when started freshclam drops privileges and switches to the
121  # "clamav" user. This directive allows you to change the database owner.
122  # Default: clamav (may depend on installation options)
123 -#DatabaseOwner clamav
124 +DatabaseOwner clamav
125  
126  # Initialize supplementary group access (freshclam must be started by root).
127  # Default: no
128 @@ -82,7 +86,7 @@
129  
130  # Number of database checks per day.
131  # Default: 12 (every two hours)
132 -#Checks 24
133 +Checks 2
134  
135  # Proxy settings
136  # Default: disabled
137 @@ -104,7 +108,7 @@
138  
139  # Send the RELOAD command to clamd.
140  # Default: no
141 -#NotifyClamd /path/to/clamd.conf
142 +#NotifyClamd /etc/clamd.conf
143  
144  # Run command after successful database update.
145  # Default: disabled
This page took 0.043471 seconds and 3 git commands to generate.