Description: Install templates into /etc/ rather than /usr/share/. Author: Sven Velt Forwarded: not-needed --- a/sample-config/pnp/config.php.in +++ b/sample-config/pnp/config.php.in @@ -214,12 +214,12 @@ # Add your own template directories here # First match wins! #$conf['template_dirs'][] = '/usr/local/check_mk/pnp-templates'; -$conf['template_dirs'][] = '@datarootdir@/templates'; +$conf['template_dirs'][] = '@sysconfdir@/templates'; $conf['template_dirs'][] = '@datarootdir@/templates.dist'; # # Directory to search for special templates # -$conf['special_template_dir'] = '@datarootdir@/templates.special'; +$conf['special_template_dir'] = '@sysconfdir@/templates.special'; #