blob: b8540c7f049f140b8e5cbed51d642013b4f42f56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
diff -Nur havp-0.76.orig/etc/havp/havp.config havp-0.76/etc/havp/havp.config
--- havp-0.76.orig/etc/havp/havp.config 2006-01-08 18:29:00.000000000 +0200
+++ havp-0.76/etc/havp/havp.config 2006-01-15 20:55:18.320500500 +0200
@@ -24,7 +24,7 @@
#
# Default:
# USER nobody
-# GROUP nogroup
+# GROUP nobody
#
# The process id (PID) of the main HAVP process is written to this file.
@@ -159,7 +159,7 @@
# en, de, it
#
# Default:
-# TEMPLATEPATH /usr/local/etc/havp/templates/en
+# TEMPLATEPATH /etc/havp/templates/en
#
# Allow Range Requests
@@ -176,14 +176,14 @@
# URL which won't be scanned
#
# Default:
-# WHITELIST /usr/local/etc/havp/whitelist
+# WHITELIST /etc/havp/whitelist
#
# Blacklist files
# URL which are denied
#
# Default:
-# BLACKLIST /usr/local/etc/havp/blacklist
+# BLACKLIST /etc/havp/blacklist
#
# Max size of downloads which were scanned
diff -Nur havp-0.76.orig/havp/default.h.in havp-0.76/havp/default.h.in
--- havp-0.76.orig/havp/default.h.in 2006-01-08 18:32:36.000000000 +0200
+++ havp-0.76/havp/default.h.in 2006-01-15 20:54:57.835220250 +0200
@@ -45,15 +45,15 @@
#endif
#endif
-#define WHITELISTFILE "/usr/local/etc/havp/whitelist"
-#define BLACKLISTFILE "/usr/local/etc/havp/blacklist"
-#define TEMPLATEDIR "/usr/local/etc/havp/templates/en"
-#define CONFIGFILE "/usr/local/etc/havp/havp.config"
+#define WHITELISTFILE "/etc/havp/whitelist"
+#define BLACKLISTFILE "/etc/havp/blacklist"
+#define TEMPLATEDIR "/etc/havp/templates/en"
+#define CONFIGFILE "/etc/havp/havp.config"
//Change to User and Group
#define USER "nobody"
-#define GROUP "nogroup"
+#define GROUP "nobody"
//Fork min server
#define SERVERNUMBER 4
|