freebsd-ports/mail/mailscanner/files/patch-lib-clamav-wrapper

13 lines
307 B
Text
Raw Normal View History

--- ./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"