• Sam Bortman's avatar
    Support glob pattern matching for config include files (#8980) · c2b93ff8
    Sam Bortman authored
    This will allow distros to use an "include conf.d/*.conf" statement in the default configuration file
    which will facilitate customization across upgrades/downgrades.
    
    The change itself is trivial: instead of opening an individual file, the glob call creates a vector of files to open, and each file is opened in turn, and its content is added to the configuration.
    c2b93ff8
config.c 111 KB