Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 332369 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- app/modules/Web/config/module.xml.orig      2010-07-21 12:54:54.000000000 +0200
0
++ app/modules/Web/config/module.xml   2010-07-21 12:56:25.000000000 +0200
Lines 12-18 Link Here
12
                                       href="simple_data_provider.xml#xpointer(setting/node())" />
12
                                       href="simple_data_provider.xml#xpointer(setting/node())" />
13
                               </setting>
13
                               </setting>
14
                               <setting name="api.file">%core.root_dir%/lib/icinga-api/IcingaApi.php</setting>
14
                               <setting name="api.file">/usr/share/icinga/htdocs/icinga-api/IcingaApi.php</setting>
15
                               <setting name="api.class">IcingaApi</setting>
15
                               <setting name="api.class">IcingaApi</setting>
Lines 37-43 Link Here
37
                                               <ae:parameter name="type">IcingaApi::COMMAND_PIPE</ae:parameter>
37
                                               <ae:parameter name="type">IcingaApi::COMMAND_PIPE</ae:parameter>
38
                                               <ae:parameter name="enabled">true</ae:parameter>
38
                                               <ae:parameter name="enabled">true</ae:parameter>
39
                                               <ae:parameter name="pipe">/usr/local/icinga/var/rw/icinga.cmd</ae:parameter>
39
                                               <ae:parameter name="pipe">/var/icinga/rw/icinga.cmd</ae:parameter>
40
                                       </ae:parameter>
40
                                       </ae:parameter>
41
                                       <ae:parameter name="ssh1">
41
                                       <ae:parameter name="ssh1">
Lines 56-59 Link Here
56
               </module>
56
               </module>
57
       </ae:configuration>
57
       </ae:configuration>
58
</ae:configurations>
58
</ae:configurations>

Return to bug 332369