summaryrefslogtreecommitdiff
path: root/deskutils/kdepim44/files/patch-kmail__avscripts__kmail_clamav.sh
blob: 76185fcc74e2ab8c13c94c476f02826a1f66a0d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./kmail/avscripts/kmail_clamav.sh.orig	2008-01-15 04:57:51.000000000 +0300
+++ ./kmail/avscripts/kmail_clamav.sh	2010-03-27 01:28:30.548465474 +0300
@@ -35,7 +35,7 @@
 cat > $TEMPFILE
 
 # check for a running daemon
-if [ "`ps -eo comm|grep clamd`" = "clamd" ]; then
+if [ "`ps -axo comm|grep clamd`" = "clamd" ]; then
     chmod a+r $TEMPFILE
     CLAMCOMANDO="clamdscan --stdout --no-summary "
 else