The following patch looks for config.d directories and configuration file in those directories will be loaded. For example if /etc/nfs.conf.d or /etc/nfsmount.conf.d exists and there are config files in those directories will be loaded, but not the actual /etc/nfs.conf or the /etc/nfsmount.conf files will not be. I do have a couple questions/concerns 1) Is calling conf_load_file() more than once kosher... It appears variable will just be over written. That does appear to happen with my testing. 2) If conf.d file(s) do exist, should the give flat conf file also be loaded. At this point if the conf.d file(s) do exist, then the given flat config file is not loaded. 3) How to document this new feature. Steve Dickson (1): conffile: process config.d directory config files. support/nfs/conffile.c | 78 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 77 insertions(+), 1 deletion(-) -- 2.26.2