Lines 1-5
Link Here
|
1 |
--- ./lib/clamav-wrapper.orig 2009-03-27 09:07:39.000000000 -0400 |
1 |
--- ./lib/clamav-wrapper.orig 2011-08-20 08:32:02.000000000 -0400 |
2 |
+++ ./lib/clamav-wrapper 2009-03-27 09:08:46.000000000 -0400 |
2 |
+++ ./lib/clamav-wrapper 2012-03-09 08:41:47.000000000 -0500 |
3 |
@@ -51,6 +51,9 @@ |
3 |
@@ -51,6 +51,9 @@ |
4 |
|
4 |
|
5 |
# You may want to check this script for bash-isms |
5 |
# You may want to check this script for bash-isms |
Lines 7-12
Link Here
|
7 |
+PATH=$PATH:/usr/local/bin |
7 |
+PATH=$PATH:/usr/local/bin |
8 |
+export PATH |
8 |
+export PATH |
9 |
+ |
9 |
+ |
10 |
TempDir="/tmp/clamav.$$" |
10 |
#TempDir="/tmp/clamav.$$" |
|
|
11 |
TempDir=$(mktemp) || { echo "$0: Cannot make name for temporary dir" >&2; exit 1; } |
11 |
ClamUser="clamav" |
12 |
ClamUser="clamav" |
12 |
ClamGroup="clamav" |
|
|