summaryrefslogtreecommitdiffstats
path: root/antivirus
diff options
context:
space:
mode:
authorDavid Kowis2006-11-14 12:55:53 -0600
committerDavid Kowis2006-11-14 12:55:53 -0600
commit33f0f09a65570ccadcfc5cb224336b541598b085 (patch)
tree28c3bf690c53e7ee0b22aa0e7d3d3d1c6ffbcf4d /antivirus
parent7ab48cb11192680b48ac3fcba0764fcda2112eb2 (diff)
clamav
Just modifying the freshclam initscript to not include a log file the log can be specified in the config file...
Diffstat (limited to 'antivirus')
-rw-r--r--antivirus/clamav/HISTORY4
-rwxr-xr-xantivirus/clamav/init.d/freshclam2
2 files changed, 5 insertions, 1 deletions
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index ae2999b3f6..b94ab116e9 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,7 @@
+2006-11-14 David Kowis <dkowis@shlrm.org>
+ * init.d/freshclam: ARGH! Don't specify log file in here, it can be done
+ in the config file.
+
2006-11-05 Treeve Jelbert <treeve@pi.be>
* DETAILS: version 0.88.6
diff --git a/antivirus/clamav/init.d/freshclam b/antivirus/clamav/init.d/freshclam
index 600cbac791..2722569e94 100755
--- a/antivirus/clamav/init.d/freshclam
+++ b/antivirus/clamav/init.d/freshclam
@@ -2,5 +2,5 @@
PROGRAM=/usr/bin/freshclam
RUNLEVEL=3
NEEDS="+network"
-ARGS="-d -l /var/log/clam-update.log"
+ARGS="-d"
. /etc/init.d/smgl_init