]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- rel 2; run freshclam with low priority auto/th/clamav-0.101.1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Mar 2019 12:02:46 +0000 (13:02 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Mar 2019 12:02:46 +0000 (13:02 +0100)
clamav-cron-updatedb
clamav.spec

index 1a613db39c45a6d83c1164ae8823cd369edd0f67..7486f0cd3c6af9ac2b532638cf9fd799c36e0301 100644 (file)
@@ -15,5 +15,5 @@ sleep $((RANDOM % 1800))
 [ -f /var/lock/subsys/clamd ] && notify="--daemon-notify" || notify=
 
 umask 022
-log=$(/usr/bin/freshclam $freshclamopt $notify 2>&1)
+log=$(/bin/nice -n 19 /usr/bin/ionice -c idle /usr/bin/freshclam $freshclamopt $notify 2>&1)
 [ "$UPDATE_MAIL_MESSAGES" != "none" -a -n "$log" ] && echo "$log"
index e0d03d3466ec047078c263978e9efdc992a25e44..2feffb1f6cc7c7d9c227206a8324de9e7e932388 100644 (file)
@@ -19,7 +19,7 @@ Summary:      An anti-virus utility for Unix
 Summary(pl.UTF-8):     Narzędzie antywirusowe dla Uniksów
 Name:          clamav
 Version:       0.101.1
-Release:       1
+Release:       2
 License:       GPL v2+
 Group:         Daemons
 #Source0Download: http://www.clamav.net/download
This page took 0.049662 seconds and 4 git commands to generate.