323a3affc3
so use the bundled one and mark with XXX until it can be fixed better. commit requested by mbalmer (maintainer).
30 lines
1022 B
Plaintext
30 lines
1022 B
Plaintext
--- etc/clamd.conf.orig Tue Apr 7 11:32:06 2009
|
|
+++ etc/clamd.conf Fri Apr 10 14:58:49 2009
|
|
@@ -11,7 +11,7 @@ Example
|
|
# LogFile must be writable for the user running daemon.
|
|
# A full path is required.
|
|
# Default: disabled
|
|
-#LogFile /tmp/clamd.log
|
|
+#LogFile /var/log/clamd.log
|
|
|
|
# By default the log file is locked for writing - the lock protects against
|
|
# running clamd multiple times (if want to run another clamd, please
|
|
@@ -62,7 +62,7 @@ Example
|
|
|
|
# Path to the database directory.
|
|
# Default: hardcoded (depends on installation options)
|
|
-#DatabaseDirectory /var/lib/clamav
|
|
+#DatabaseDirectory /var/db/clamav
|
|
|
|
# The daemon can work in local mode, network mode or both.
|
|
# Due to security reasons we recommend the local mode.
|
|
@@ -167,7 +167,7 @@ LocalSocket /tmp/clamd.socket
|
|
|
|
# Run as another user (clamd must be started by root for this option to work)
|
|
# Default: don't drop privileges
|
|
-#User clamav
|
|
+#User _clamav
|
|
|
|
# Initialize supplementary group access (clamd must be started by root).
|
|
# Default: no
|