]> gitweb.michael.orlitzky.com - mjo-overlay.git/blob - www-apache/mod_perl/files/use-log.level-instead-of-loglevel.patch
Remove app-backup/backuppc for ::gentoo.
[mjo-overlay.git] / www-apache / mod_perl / files / use-log.level-instead-of-loglevel.patch
1 From 0d6ac25c1c7871be52e8399c6e8bc8509ed5f3d9 Mon Sep 17 00:00:00 2001
2 From: Martin Jansa <Martin.Jansa@gmail.com>
3 Date: Tue, 3 Apr 2012 19:30:33 +0200
4 Subject: [PATCH] use log.level instead of loglevel
5
6 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
7 ---
8 xs/maps/apache2_structures.map | 2 +-
9 xs/tables/current/Apache2/StructureTable.pm | 2 +-
10 2 files changed, 2 insertions(+), 2 deletions(-)
11
12 diff --git a/xs/tables/current/Apache2/StructureTable.pm b/xs/tables/current/Apache2/StructureTable.pm
13 index 0c0465a..439184e 100644
14 --- a/xs/tables/current/Apache2/StructureTable.pm
15 +++ b/xs/tables/current/Apache2/StructureTable.pm
16 @@ -3245,7 +3245,7 @@ $Apache2::StructureTable = [
17 },
18 {
19 'type' => 'int',
20 - 'name' => 'loglevel'
21 + 'name' => 'log.level'
22 },
23 {
24 'type' => 'int',
25 --
26 1.7.8.5
27