packages/net/apache/patches/004-pidfile_fix.patch
florian 1c43ae7615 Upgrade apache to 2.2.9 (#3671)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-05 12:59:10 +00:00

12 lines
332 B
Diff

--- a/include/scoreboard.h
+++ b/include/scoreboard.h
@@ -42,7 +42,7 @@
/* 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 ---