blob: 62f86dda428d30d2c31eb1d6b0f27208af60127f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-am,v 1.2 2014/06/23 11:49:36 wiz Exp $
--- include/scoreboard.h.orig 2012-02-01 13:36:37.000000000 +0000
+++ include/scoreboard.h
@@ -40,7 +40,7 @@ extern "C" {
/* Scoreboard file, if there is one */
#ifndef DEFAULT_SCOREBOARD
-#define DEFAULT_SCOREBOARD "logs/apache_runtime_status"
+#define DEFAULT_SCOREBOARD DEFAULT_REL_RUNTIMEDIR "/logs/apache_runtime_status"
#endif
/* Scoreboard info on a process is, for now, kept very brief ---
|