File: http24.patch

package info (click to toggle)
libapache-authenhook-perl 2.00-04%2Bpristine-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 224 kB
  • ctags: 17
  • sloc: perl: 182; makefile: 12
file content (14 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: we need to set the runtime dir, otherwise mod_digest tries to write to /var/run
Origin: vendor
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-01

--- a/t/conf/extra.last.conf.in
+++ b/t/conf/extra.last.conf.in
@@ -1,4 +1,5 @@
 LogLevel debug
+DefaultRuntimeDir run/
 
 # these don't default to handler(), so we need to pre-declare them
 PerlModule My::Basic1