1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/www/oops/files/patch-ab
Will Andrews 97ff1a477e Add oops 1.4.16, a www proxy server similar to squid but easier to configure,
threadsafe (can use more than one CPU), and faster (uses large files rather
than many files).

PR:		21318
Submitted by:	Sergey Oskin <oZZ@FreeBSD.org.ru>
2000-09-17 22:36:32 +00:00

12 lines
309 B
Plaintext

--- src/oops.cfg.in.orig Thu Sep 14 15:35:50 2000
+++ src/oops.cfg.in Thu Sep 14 15:38:56 2000
@@ -452,7 +452,7 @@
module oopsctl {
# path to oopsctl unix socket
- socket_path @OOPS_LOCALSTATEDIR@/oopsctl
+ socket_path /tmp/oopsctl
# time to auto-refresh page (seconds)
html_refresh 300
}