Code

all images now in /var/lib/nagvis/images
[pkg-nagvis.git] / debian / patches / 30_GlobalMainCfg_bugfix.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 30_GlobalMainCfg_bugfix.dpatch by Wolfgang Barth <wob@swobspace.net>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: No description.
7 @DPATCH@
8 diff -urNad trunk~/nagvis/includes/classes/GlobalMainCfg.php trunk/nagvis/includes/classes/GlobalMainCfg.php
9 --- trunk~/nagvis/includes/classes/GlobalMainCfg.php    2009-11-27 16:41:36.000000000 +0100
10 +++ trunk/nagvis/includes/classes/GlobalMainCfg.php     2009-11-29 18:54:35.000000000 +0100
11 @@ -348,7 +348,7 @@
12                                         'editable' => 0,
13                                         'default' => '',
14                                         'match' => MATCH_STRING_PATH),
15 -                               'hovercontext' => Array('must' => 0,
16 +                               'contexttemplate' => Array('must' => 0,
17                                         'editable' => 0,
18                                         'default' => '',
19                                         'match' => MATCH_STRING_PATH),