File: Change-paths-in-sample-conf-file-to-match-Debian.patch

package info (click to toggle)
clamav 1.4.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 209,532 kB
  • sloc: ansic: 166,999; python: 3,776; cpp: 2,943; sh: 2,568; yacc: 1,357; lex: 716; makefile: 109; perl: 17
file content (32 lines) | stat: -rw-r--r-- 1,010 bytes parent folder | download
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
From a93a4e3db36cec1e2c2d1a6ddd4c4ac6df18cbca Mon Sep 17 00:00:00 2001
From: Scott Kitterman <scott@kitterman.com>
Date: Mon, 10 Mar 2014 19:20:18 -0400
Subject: Change paths in sample conf file to match Debian

Patch-Name: Change-paths-in-sample-conf-file-to-match-Debian.patch
---
 etc/clamav-milter.conf.sample | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/clamav-milter.conf.sample b/etc/clamav-milter.conf.sample
index d073782..2e5169b 100644
--- a/etc/clamav-milter.conf.sample
+++ b/etc/clamav-milter.conf.sample
@@ -93,7 +93,7 @@ Example
 #
 # Default: no default
 #ClamdSocket tcp:scanner.mydomain:7357
-#ClamdSocket unix:/run/clamav/clamd.sock
+ClamdSocket unix:/run/clamav/clamd.sock
 
 
 ##
@@ -216,7 +216,7 @@ Example
 # A full path is required.
 #
 # Default: disabled
-#LogFile /tmp/clamav-milter.log
+#LogFile /var/log/clamav/clamav-milter.log
 
 # By default the log file is locked for writing - the lock protects against
 # running clamav-milter multiple times.