apache: import from oldpackages, add myself as maintainer, add license
[feed/packages.git] / net / apache / patches / 004-pidfile_fix.patch
1 --- a/include/scoreboard.h
2 +++ b/include/scoreboard.h
3 @@ -42,7 +42,7 @@ extern "C" {
4
5 /* Scoreboard file, if there is one */
6 #ifndef DEFAULT_SCOREBOARD
7 -#define DEFAULT_SCOREBOARD "logs/apache_runtime_status"
8 +#define DEFAULT_SCOREBOARD "log/apache_runtime_status"
9 #endif
10
11 /* Scoreboard info on a process is, for now, kept very brief ---