Revision 5546989...

Go back to digest for 26th August 2012

Optimization in KDE-PIM

Raphael Kubo da Costa committed changes in [kdepim/KDE/4.9] kmail/avscripts/kmail_clamav.sh:

Use a more portable ps(1) call in the clamav script.

-e means all processes are selected on Linux's ps, while on the BSDs
and OS X it means the environment should be printed along with the
commands.

Replacing -e with -a -x should work on all platforms according to the
Linux, OS X, FreeBSD, OpenBSD and NetBSD man pages.

REVIEW: 106111

File Changes

Modified 1 files
  • kmail/avscripts/kmail_clamav.sh
1 files changed in total