Further modularize etc/newsyslog.conf.d and etc/syslog.d
etc/newsyslog.conf.d:
- place cron(8), init(8), and periodic(8) entries into etc/newsyslog.conf.d/cron.conf, etc/newsyslog.conf.d/init.conf, and etc/newsyslog.conf.d/periodic.conf, respectively.
- place devd and kerberos entries into etc/newsyslog.conf.d/devd.conf and etc/newsyslog.conf.d/kerberos.conf, respectively. Conditionalize dev.conf on MK_CXX and conditionalize kerberos.conf on MK_KERBEROS.
etc/syslog.d:
- place cron(8) and news entries into etc/syslog.d/cron.conf and etc/syslog.d/news.conf, respectively.
- place commented out devd entries into etc/syslog.d/devd.conf. Make it conditional on MK_CXX.
MFC after: never
Requested by: jhb