CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2024/10/30 03:16:24
Modified files: usr.bin/newsyslog: newsyslog.8 newsyslog.c Log message: Don't run through time checks when entry is definitely oversized. This leads to newsyslog rotating on (size OR time) if both are specified. Reported from Matthias Pitzl. with tweak from bluhm@ ok millert@