CVSROOT: /cvs Module name: src Changes by: bry...@cvs.openbsd.org 2017/09/06 06:43:16
Modified files: sbin/pflogd : pflogd.c privsep.c Log message: pflogd(8) currently spams the console on shutdown if syslogd(8) wins the race to die, so just stop logging pflogd exits. This logging probably comes from the fact that pflogd was largely based on syslogd. Removes the annoying "pflogd[23954]: Exiting" messages pointed out by deraadt@ Also cleanup some missed SIGCHLD handling code that is no longer needed. "LGTM" mikeb@