Is it possible to use wildcards in newsyslog.conf? For example, my current apache setup, I have a few virtual hosts logging into their own file. And instead of specifying each file in newsyslog.conf, Im trying -> /var/log/httpd-*.log root:wheel 640 1 * @T00 B /var/run/httpd.run
man newsyslog(8)
G indicates that the specified logfile_name is a shell pattern, and that newsyslog should archive all filenames matching that pattern, using the other options specified on this line. See glob(3) for details on syntax and matching rules.
The short answer is yes, *if* you use the "G" flag.
Paul Schmehl ([EMAIL PROTECTED]) Adjunct Information Security Officer The University of Texas at Dallas AVIEN Founding Member http://www.utdallas.edu _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"