Merge branch 'v1.4' of jpellegrini/package-feed into v1.4
[librecmc/package-feed.git] / net / apache / patches / 004-pidfile_fix.patch
1 Index: httpd-2.4.25/include/scoreboard.h
2 ===================================================================
3 --- httpd-2.4.25.orig/include/scoreboard.h
4 +++ httpd-2.4.25/include/scoreboard.h
5 @@ -40,7 +40,7 @@ extern "C" {
6  
7  /* Scoreboard file, if there is one */
8  #ifndef DEFAULT_SCOREBOARD
9 -#define DEFAULT_SCOREBOARD "logs/apache_runtime_status"
10 +#define DEFAULT_SCOREBOARD "log/apache_runtime_status"
11  #endif
12  
13  /* Scoreboard info on a process is, for now, kept very brief ---