packages/net/apache/patches/004-pidfile_fix.patch
florian 9d038fb0d6 [package] update apache to 2.2.13, drop httpd.conf file and patch it directly in the sources (#5858)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17645 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-09-20 13:13:05 +00:00

12 lines
345 B
Diff

--- a/include/scoreboard.h
+++ b/include/scoreboard.h
@@ -42,7 +42,7 @@ extern "C" {
/* Scoreboard file, if there is one */
#ifndef DEFAULT_SCOREBOARD
-#define DEFAULT_SCOREBOARD "logs/apache_runtime_status"
+#define DEFAULT_SCOREBOARD "log/apache_runtime_status"
#endif
/* Scoreboard info on a process is, for now, kept very brief ---