summaryrefslogtreecommitdiff
path: root/www/wcol/files/patch-ab
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-09-04 17:18:35 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-09-04 17:18:35 +0000
commit710d966e3073266f4c93d35947c7884a8abae522 (patch)
tree432d28f421b5d6684333f51b9e3179766873f5a1 /www/wcol/files/patch-ab
parentSubmitted by: Joe Jih-Shien Lu <JoeLu@JoeLu.m8.ntu.edu.tw> (diff)
Use syslog logging.
Fix segmentation fault problem. Update to 1999.01.10. Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=21237
Diffstat (limited to 'www/wcol/files/patch-ab')
-rw-r--r--www/wcol/files/patch-ab26
1 files changed, 19 insertions, 7 deletions
diff --git a/www/wcol/files/patch-ab b/www/wcol/files/patch-ab
index 15e58abf9cc7..2ebe332c6dcf 100644
--- a/www/wcol/files/patch-ab
+++ b/www/wcol/files/patch-ab
@@ -1,5 +1,5 @@
--- wcol.conf-dist.orig Sat Sep 20 21:55:05 1997
-+++ wcol.conf-dist Mon Jul 13 03:48:00 1998
++++ wcol.conf-dist Sun Sep 5 00:55:45 1999
@@ -46,7 +46,7 @@
#
#
@@ -41,7 +41,7 @@
#
-LogFile /var/tmp/wcol.log
-+LogFile /var/log/wcol.log
++#LogFile /var/log/wcol.log
StateFile /var/tmp/wcol.state
-PidFile /var/tmp/wcol.pid
@@ -49,21 +49,33 @@
-@@ -388,7 +388,7 @@
+@@ -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
+-NumHandler 4
-MaxHandler 8
-+MaxHandler 4
++NumHandler 2
++MaxHandler 2
NumPrompter 1
-@@ -417,7 +417,7 @@
+@@ -417,7 +420,7 @@
# CacheDir /var/tmp/www-pool
#
-CacheDir /var/tmp/pool
-+CacheDir /var/spool/wcol
++CacheDir @@DEFAULT_POOLDIR@@
#