Code

7c2abe4a98d41ee7a0f1da0dd4e285308d061173
[pkg-pnp4nagios.git] / debian / patches / adjust-template-path
1 Index: pkg-pnp4nagios/sample-config/pnp/config.php.in
2 ===================================================================
3 --- pkg-pnp4nagios.orig/sample-config/pnp/config.php.in 2011-01-24 23:37:42.251054015 +0100
4 +++ pkg-pnp4nagios/sample-config/pnp/config.php.in      2011-01-24 23:38:08.707054015 +0100
5 @@ -214,12 +214,12 @@
6  # Add your own template directories here
7  # First match wins!
8  #$conf['template_dirs'][] = '/usr/local/check_mk/pnp-templates';
9 -$conf['template_dirs'][] = '@datarootdir@/templates';
10 +$conf['template_dirs'][] = '@sysconfdir@/templates';
11  $conf['template_dirs'][] = '@datarootdir@/templates.dist';
12  
13  #
14  # Directory to search for special templates
15  #
16 -$conf['special_template_dir'] = '@datarootdir@/templates.special';
17 +$conf['special_template_dir'] = '@sysconfdir@/templates.special';
18  
19  ?>