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
|