mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
97ff1a477e
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>
12 lines
309 B
Plaintext
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
|
|
}
|