mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
710d966e30
Fix segmentation fault problem. Update to 1999.01.10. Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
--- 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@@
|
|
|
|
|
|
#
|