summaryrefslogtreecommitdiffstats
path: root/system/clamav/logrotate.clamav
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2012-09-18 15:10:54 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-18 19:33:39 -0500
commit9818e85ad11a0de09681bb76a2b0fb17f49e57a8 (patch)
tree50b1a3bf8a3105a378776f5a3d27f5a16c131397 /system/clamav/logrotate.clamav
parente31e91a3f35c29192d74524529216f237890f0ac (diff)
downloadslackbuilds-9818e85ad11a0de09681bb76a2b0fb17f49e57a8.tar.gz
slackbuilds-9818e85ad11a0de09681bb76a2b0fb17f49e57a8.tar.xz
system/clamav: Updated for version 0.97.6 and removed bashisms.
Double su in the logrotate script Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/clamav/logrotate.clamav')
-rw-r--r--system/clamav/logrotate.clamav1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/clamav/logrotate.clamav b/system/clamav/logrotate.clamav
index 77c9673300..30a122ab22 100644
--- a/system/clamav/logrotate.clamav
+++ b/system/clamav/logrotate.clamav
@@ -6,7 +6,6 @@
delaycompress
notifempty
missingok
- su clamav clamav
postrotate
/bin/kill -HUP `cat /var/run/clamav/clamd.pid 2>/dev/null` 2>/dev/null || true
endscript