freebsd-ports/mail/mailscanner/files/patch-lib-clamav-wrapper
Pav Lucistnik 9bcfb5997e - Update to 4.75.11
PR:		ports/131518
Submitted by:	Kevin Kobb <kkobb@skylinecorp.com>
Approved by:	maintainer timeout on older patch in the PR
2009-04-30 13:34:40 +00:00

12 lines
307 B
Text

--- ./lib/clamav-wrapper.orig 2009-03-27 09:07:39.000000000 -0400
+++ ./lib/clamav-wrapper 2009-03-27 09:08:46.000000000 -0400
@@ -51,6 +51,9 @@
# You may want to check this script for bash-isms
+PATH=$PATH:/usr/local/bin
+export PATH
+
TempDir="/tmp/clamav.$$"
ClamUser="clamav"
ClamGroup="clamav"