]> git.pld-linux.org Git - packages/clamav.git/blame_incremental - clamav-pld_config.patch
- up to 0.98.1
[packages/clamav.git] / clamav-pld_config.patch
... / ...
CommitLineData
1diff -ur clamav-0.97.1/etc//clamav-milter.conf.sample clamav-0.97.1.new/etc//clamav-milter.conf.sample
2--- clamav-0.97.1/etc//clamav-milter.conf.sample 2011-01-10 18:48:28.000000000 +0100
3+++ clamav-0.97.1.new/etc//clamav-milter.conf.sample 2011-07-14 18:24:02.801795736 +0200
4@@ -3,7 +3,7 @@
5 ##
6
7 # Comment or remove the line below.
8-Example
9+#Example
10
11
12 ##
13@@ -17,12 +17,12 @@
14 # inet6:port@[hostname|ip-address] - to specify an ipv6 socket
15 #
16 # Default: no default
17-#MilterSocket /tmp/clamav-milter.socket
18+MilterSocket /var/lib/clamav/clamav-milter.socket
19 #MilterSocket inet:7357
20
21 # Define the group ownership for the (unix) milter socket.
22 # Default: disabled (the primary group of the user running clamd)
23-#MilterSocketGroup virusgroup
24+#MilterSocketGroup clamav
25
26 # Sets the permissions on the (unix) milter socket to the specified mode.
27 # Default: disabled (obey umask)
28@@ -41,7 +41,7 @@
29 # Initialize supplementary group access (clamav-milter must be started by root).
30 #
31 # Default: no
32-#AllowSupplementaryGroups no
33+AllowSupplementaryGroups yes
34
35 # Waiting for data from clamd will timeout after this time (seconds).
36 # Value of 0 disables the timeout.
37@@ -64,7 +64,7 @@
38 # daemon (main thread).
39 #
40 # Default: disabled
41-#PidFile /var/run/clamav-milter.pid
42+PidFile /var/run/clamav/clamav-milter.pid
43
44 # Optional path to the global temporary directory.
45 # Default: system specific (usually /tmp or /var/tmp).
46@@ -90,7 +90,7 @@
47 # with the same socket: clamd servers will be selected in a round-robin fashion.
48 #
49 # Default: no default
50-#ClamdSocket tcp:scanner.mydomain:7357
51+ClamdSocket /var/lib/clamav/clamd.socket
52
53
54 ##
55@@ -238,13 +238,13 @@
56 # Use system logger (can work together with LogFile).
57 #
58 # Default: no
59-#LogSyslog yes
60+LogSyslog yes
61
62 # Specify the type of syslog messages - please refer to 'man syslog'
63 # for facility names.
64 #
65 # Default: LOG_LOCAL6
66-#LogFacility LOG_MAIL
67+LogFacility LOG_MAIL
68
69 # Enable verbose logging.
70 #
71diff -ur clamav-0.97.1/etc//clamd.conf.sample clamav-0.97.1.new/etc//clamd.conf.sample
72--- clamav-0.97.1/etc//clamd.conf.sample 2011-05-13 13:25:31.000000000 +0200
73+++ clamav-0.97.1.new/etc//clamd.conf.sample 2011-07-14 18:19:05.824861957 +0200
74@@ -5,13 +5,13 @@
75
76
77 # Comment or remove the line below.
78-Example
79+#Example
80
81 # Uncomment this option to enable logging.
82 # LogFile must be writable for the user running daemon.
83 # A full path is required.
84 # Default: disabled
85-#LogFile /tmp/clamd.log
86+#LogFile /var/log/clamd.log
87
88 # By default the log file is locked for writing - the lock protects against
89 # running clamd multiple times (if want to run another clamd, please
90@@ -40,12 +40,12 @@
91
92 # Use system logger (can work together with LogFile).
93 # Default: no
94-#LogSyslog yes
95+LogSyslog yes
96
97 # Specify the type of syslog messages - please refer to 'man syslog'
98 # for facility names.
99 # Default: LOG_LOCAL6
100-#LogFacility LOG_MAIL
101+LogFacility LOG_MAIL
102
103 # Enable verbose logging.
104 # Default: no
105@@ -58,7 +58,7 @@
106 # This option allows you to save a process identifier of the listening
107 # daemon (main thread).
108 # Default: disabled
109-#PidFile /var/run/clamd.pid
110+PidFile /var/run/clamav/clamd.pid
111
112 # Optional path to the global temporary directory.
113 # Default: system specific (usually /tmp or /var/tmp).
114@@ -77,11 +77,11 @@
115
116 # Path to a local socket file the daemon will listen on.
117 # Default: disabled (must be specified by a user)
118-#LocalSocket /tmp/clamd.socket
119+LocalSocket /var/lib/clamav/clamd.socket
120
121 # Sets the group ownership on the unix socket.
122 # Default: disabled (the primary group of the user running clamd)
123-#LocalSocketGroup virusgroup
124+#LocalSocketGroup clamav
125
126 # Sets the permissions on the unix socket to the specified mode.
127 # Default: disabled (socket is world accessible)
128@@ -186,11 +186,11 @@
129
130 # Run as another user (clamd must be started by root for this option to work)
131 # Default: don't drop privileges
132-#User clamav
133+User clamav
134
135 # Initialize supplementary group access (clamd must be started by root).
136 # Default: no
137-#AllowSupplementaryGroups no
138+AllowSupplementaryGroups yes
139
140 # Stop daemon when libclamav reports out of memory condition.
141 #ExitOnOOM yes
142diff -ur clamav-0.97.1/etc//freshclam.conf.sample clamav-0.97.1.new/etc//freshclam.conf.sample
143--- clamav-0.97.1/etc//freshclam.conf.sample 2011-01-10 18:48:28.000000000 +0100
144+++ clamav-0.97.1.new/etc//freshclam.conf.sample 2011-07-14 18:14:32.705707450 +0200
145@@ -3,9 +3,14 @@
146 ## Please read the freshclam.conf(5) manual before editing this file.
147 ##
148
149+## PLD NOTE: Note that freshclam is called periodically via cron
150+## Check /etc/sysconfig/clamd for details
151+## Seems better to run task once per period than keep daemon running
152+## only for that.
153+## But if you have arguments please tell us.
154
155 # Comment or remove the line below.
156-Example
157+#Example
158
159 # Path to the database directory.
160 # WARNING: It must match clamd.conf's directive!
161@@ -30,11 +35,11 @@
162
163 # Enable verbose logging.
164 # Default: no
165-#LogVerbose yes
166+LogVerbose yes
167
168 # Use system logger (can work together with UpdateLogFile).
169 # Default: no
170-#LogSyslog yes
171+LogSyslog yes
172
173 # Specify the type of syslog messages - please refer to 'man syslog'
174 # for facility names.
175@@ -48,7 +53,7 @@
176 # By default when started freshclam drops privileges and switches to the
177 # "clamav" user. This directive allows you to change the database owner.
178 # Default: clamav (may depend on installation options)
179-#DatabaseOwner clamav
180+DatabaseOwner clamav
181
182 # Initialize supplementary group access (freshclam must be started by root).
183 # Default: no
184@@ -96,7 +101,7 @@
185
186 # Number of database checks per day.
187 # Default: 12 (every two hours)
188-#Checks 24
189+Checks 2
190
191 # Proxy settings
192 # Default: disabled
193@@ -118,7 +123,7 @@
194
195 # Send the RELOAD command to clamd.
196 # Default: no
197-#NotifyClamd /path/to/clamd.conf
198+#NotifyClamd /etc/clamd.conf
199
200 # Run command after successful database update.
201 # Default: disabled
This page took 0.072937 seconds and 4 git commands to generate.