summaryrefslogtreecommitdiff
path: root/www/wcol/files/patch-ab
blob: 2ebe332c6dcfcd26357aaad461c8bba05c218fc6 (plain) (blame)
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
--- wcol.conf-dist.orig	Sat Sep 20 21:55:05 1997
+++ wcol.conf-dist	Sun Sep  5 00:55:45 1999
@@ -46,7 +46,7 @@
 #
 #
 
-LocalDomain .high-quality.com
+LocalDomain .mydomain
 
 
 #
@@ -58,7 +58,7 @@
 #
 
 FTPUser     anonymous
-FTPPass     wcol-ftp@admin.hight-quality.com
+FTPPass     wcol-ftp@myhost.mydomain
 
 
 
@@ -112,7 +112,7 @@
 #       HTTPPort    8000
 #
 
-HTTPPort            9000
+HTTPPort    7128
 
 
 #
@@ -128,7 +128,7 @@
 #       ICPPort    7130
 #
 
-ICPPort    3130
+ICPPort    7130
 
 
 ######
@@ -359,10 +359,10 @@
 #       LogFile /var/tmp/wcol.log
 #
 
-LogFile     /var/tmp/wcol.log
+#LogFile     /var/log/wcol.log
 
 StateFile   /var/tmp/wcol.state
-PidFile     /var/tmp/wcol.pid
+PidFile     /var/run/wcol.pid
 
 
 
@@ -381,14 +381,17 @@
 # <num> is indicated number of handlers by integer. If it is not specified
 # wcol wake all handlers in MAX_HANDLER (It is defined in Makefile).
 #
+# In the case of FreeBSD packages/ports:
+#	MAX_HANDLER is 2 in this wcol binary.
+#
 #           NumHandler <= MaxHandler <= MAX_HANDLER
 #
 # example:
-#       NumHandler  4
+#       NumHandler  2
 #
 
-NumHandler      4
-MaxHandler      8
+NumHandler      2
+MaxHandler      2
 
 
 NumPrompter     1
@@ -417,7 +420,7 @@
 #       CacheDir    /var/tmp/www-pool
 #
 
-CacheDir    /var/tmp/pool
+CacheDir    @@DEFAULT_POOLDIR@@
 
 
 #