File: 03_jk-runtime-status_default_location.dpatch

package info (click to toggle)
libapache-mod-jk 1%3A1.2.18-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 5,004 kB
  • ctags: 2,664
  • sloc: ansic: 20,014; sh: 8,643; xml: 7,304; perl: 617; makefile: 321; awk: 59
file content (19 lines) | stat: -rw-r--r-- 787 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 03_jk-runtime-statuts_default_location.dpatch by Arnaud Vandyck <avdyk@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: commented some errors in the stylesheet

@DPATCH@

--- ./native/apache-2.0/mod_jk.c~	2006-07-08 07:57:31.000000000 +0000
+++ ./native/apache-2.0/mod_jk.c	2006-10-09 08:19:21.000000000 +0000
@@ -2342,7 +2342,7 @@
 
 #if !defined(WIN32) && !defined(NETWARE)
     if (!jk_shm_file) {
-        jk_shm_file = ap_server_root_relative(pconf, "logs/jk-runtime-status");
+        jk_shm_file = ap_server_root_relative(pconf, "/var/log/apache2/jk-runtime-status");
         if (jk_shm_file)
             ap_log_error(APLOG_MARK, APLOG_INFO | APLOG_NOERRNO,
                          0, NULL,