diff options
Diffstat (limited to 'www/wcol/files/patch-ab')
-rw-r--r-- | www/wcol/files/patch-ab | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/www/wcol/files/patch-ab b/www/wcol/files/patch-ab deleted file mode 100644 index 2ebe332c6dcf..000000000000 --- a/www/wcol/files/patch-ab +++ /dev/null @@ -1,81 +0,0 @@ ---- 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@@ - - - # |