aboutsummaryrefslogtreecommitdiffstats
path: root/packages/havp/files
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-05-16 01:44:46 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-05-16 01:44:46 +0000
commit7542dae3490e74bc94e93dadbf97a1ae085263ed (patch)
tree558ed09973aac88d785a4d6b1de46a7f0e242318 /packages/havp/files
parent196fe037fda65eaa9c1c3e07d0651f8cd6c363e2 (diff)
downloadopenembedded-7542dae3490e74bc94e93dadbf97a1ae085263ed.tar.gz
havp 0.86: Add new version. This version is compatile with the clamav 0.9x
versions.
Diffstat (limited to 'packages/havp/files')
-rw-r--r--packages/havp/files/sysconfdir-is-etc.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/packages/havp/files/sysconfdir-is-etc.patch b/packages/havp/files/sysconfdir-is-etc.patch
deleted file mode 100644
index 518a56f440..0000000000
--- a/packages/havp/files/sysconfdir-is-etc.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- havp-0.82/havp/default.h.in 2006/10/05 09:05:18 1.1
-+++ havp-0.82/havp/default.h.in 2006/10/05 09:05:31
-@@ -51,7 +51,7 @@
- "ENABLEAVAST","AVASTSOCKET","AVASTSERVER","AVASTPORT"
- //SCANNERS
-
--#define CONFIGFILE "/usr/local/etc/havp/havp.config"
-+#define CONFIGFILE "/etc/havp/havp.config"
-
-
- //##############################################################
---- havp-0.82/havp/params.cpp 2006/10/05 09:04:45 1.1
-+++ havp-0.82/havp/params.cpp 2006/10/05 09:05:06
-@@ -58,9 +58,9 @@
- SetConfig("KEEPBACKTIME", "5");
- SetConfig("TRICKLING", "30");
- SetConfig("WHITELISTFIRST", "true");
-- SetConfig("WHITELIST", "/usr/local/etc/havp/whitelist");
-- SetConfig("BLACKLIST", "/usr/local/etc/havp/blacklist");
-- SetConfig("TEMPLATEPATH", "/usr/local/etc/havp/templates/en");
-+ SetConfig("WHITELIST", "/etc/havp/whitelist");
-+ SetConfig("BLACKLIST", "/etc/havp/blacklist");
-+ SetConfig("TEMPLATEPATH", "/etc/havp/templates/en");
- SetConfig("TEMPDIR", "/var/tmp");
- SetConfig("SCANTEMPFILE", "/var/tmp/havp/havp-XXXXXX");
- SetConfig("PIDFILE", "/var/run/havp/havp.pid");