diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-16 01:32:57 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-16 01:32:57 +0000 |
commit | 196fe037fda65eaa9c1c3e07d0651f8cd6c363e2 (patch) | |
tree | 9fffd92778cd6172269e7248241fe70a2ff90b93 /packages/clamav/files/clamd.conf | |
parent | afb0b01f1860f482b916fa3570912dc2091c928f (diff) |
clamav: Add 0.90.2 version, remove older versions plus a number of other
changes:
* Remove 0.88.6
* Added 0.90.2
* Add a new clamav-conf package to hold clamd.conf. This is needed by
both clamd and freshclam and previously you needed to install clamd
even if you didn't want it just to get freshclam to work.
* Assume that /var/lib is non-volatile. Move the virus database there
by default.
* Update configuration files for the new 0.9x syntax.
* Simplify the init scripts.
* Indicate the freshclam also provides clamav data, so if you install
freshclam you don't need data.
* NOTE: There are incompatible changes to libclamav in this release,
anything that links directly against the library will need to be
updated.
Diffstat (limited to 'packages/clamav/files/clamd.conf')
-rw-r--r-- | packages/clamav/files/clamd.conf | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/packages/clamav/files/clamd.conf b/packages/clamav/files/clamd.conf deleted file mode 100644 index 485c80d420..0000000000 --- a/packages/clamav/files/clamd.conf +++ /dev/null @@ -1,25 +0,0 @@ -## Please read the clamd.conf(5) manual before editing this file. -LocalSocket /var/run/clamav/clamd.ctl -FixStaleSocket -User clamav -AllowSupplementaryGroups -ScanMail -ScanArchive -ArchiveMaxRecursion 5 -ArchiveMaxFiles 1000 -ArchiveMaxFileSize 10M -ArchiveMaxCompressionRatio 250 -ReadTimeout 180 -MaxThreads 12 -MaxConnectionQueueLength 15 -LogFile /var/log/clamav/clamav.log -LogTime -LogFileMaxSize 0 -PidFile /var/run/clamav/clamd.pid -DatabaseDirectory /var/lib/clamav -SelfCheck 3600 -ScanOLE2 -ScanPE -DetectBrokenExecutables -ScanHTML -ArchiveBlockMax |