CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/26 23:56:57
Modified files:
usr.bin/newsyslog: newsyslog.8 newsyslog.c
Log message:
newsyslog: add glob(3) support for logfile names
Allow glob patterns in the logfile_name field of newsyslog.conf(5),
so that entries like /var/log/app/*.log are expanded at parse time.
>From Alvar Penning, feedback and OK jan@
