mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 21:42:39 -04:00
14 lines
458 B
Plaintext
14 lines
458 B
Plaintext
$NetBSD: patch-am,v 1.2 2005/04/25 09:13:14 adam Exp $
|
|
|
|
--- include/scoreboard.h.orig 2005-02-04 20:21:18.000000000 +0000
|
|
+++ include/scoreboard.h
|
|
@@ -36,7 +36,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 "/apache_runtime_status"
|
|
#endif
|
|
|
|
/* Scoreboard info on a process is, for now, kept very brief ---
|