src/configfile.c: Extend the `Include' statement to handle directories, too.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 9 Feb 2008 16:44:34 +0000 (17:44 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 9 Feb 2008 16:44:34 +0000 (17:44 +0100)
commitf1a764777b71e54407293163aefb07586977b147
tree313a3addd3c10fc8eb7d72847cc034d7217c3032
parent83aa9c9e37ade801f9e4d99f2f7809f361aaec2c
src/configfile.c: Extend the `Include' statement to handle directories, too.

Directories are included recursively. Files and directories begnning with a dot
are ignored. Symlinks are followed. You can crash collectd by looping the
symlinks.
src/configfile.c