CVSROOT: /cvs Module name: src Changes by: bry...@cvs.openbsd.org 2018/08/26 12:24:46
Modified files: sbin/pflogd : pflogd.8 pflogd.c privsep.c Log message: pflogd(8): don't try to rename(2) broken/invalid pflog files, instead, suspend logging until the log file has been moved out of the way, and we have received either SIGHUP or SIGALRM. ok florian@ deraadt@