Module Name: src Committed By: christos Date: Thu Feb 6 19:16:04 UTC 2025
Modified Files: src/external/bsd/blocklist/bin: blocklistd.8 conf.c Log Message: PR/28: hrosenfeld: This came up as a feature request during code review of my port of blocklistd to illumos. This change modifies the config file parsing code of blocklistd to support multiple configuration files in a configuration directory like /etc/blocklistd.conf.d. This can be used by specifying a directory instead of a config file with -d. Alternatively, if a directory exists of the same name as the config file plus ".d", it'll be read by default, too. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/blocklist/bin/blocklistd.8 cvs rdiff -u -r1.7 -r1.8 src/external/bsd/blocklist/bin/conf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.