Joe Orton wrote: > Currently config directory processing isn't very useful in practice > because all files in the config dir are loaded - so if you use an editor > which creates backup files, the backup file will still be loaded. > > A simple way to fix this is to only load files in the config dir which > match the pattern "[A-Za-z0-9]*.conf", as in the following patch (which > also removes the noise produced on stderr when processing config dirs)
Fine, but I still prefer my solution: allow the user to supply the fnmatch, so that they could just do Include *.conf or Include *.whatever or Include File??.conf etc. Joshua.
