diff options
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 |
commit | 9818e85ad11a0de09681bb76a2b0fb17f49e57a8 (patch) | |
tree | 50b1a3bf8a3105a378776f5a3d27f5a16c131397 /system/clamav/logrotate.clamav | |
parent | e31e91a3f35c29192d74524529216f237890f0ac (diff) |
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.clamav | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/clamav/logrotate.clamav b/system/clamav/logrotate.clamav index 77c96733009f4..30a122ab22d2d 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 |