# # ChangeLog for /src/config_templates.conf # # Generated by Trac 0.10.3 # 05/25/13 14:18:04 # 02/11/10 03:16:05 Theo Schlossnagle <jesus@omniti.com> [322ceb0139cf145a94006446310d0aa106998056] * src/Makefile.in (modified) * src/config_templates.conf (added) * src/noit.conf.in (modified) * src/noit_conf.c (modified) This allows for a {{{ <include file="fileinsamedirasmaster.conf"/> }}} tp be placed anywhere in the master config of either noitd or stratcond. The include is processed by parsing the specified file and putting all children of the root element of the included document as replacements for the children of the {{{<include>}}} node itself. Special care is taken to make it look like we did not do this when we go to write the config anywhere. refs #254