CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2017/09/08 07:34:29
Modified files: sbin/pflogd : pflogd.c Log message: Bring back the "Exiting" log message in pflogd(8), but do not set the LOG_CONS flag in openlog(3). This avoids output to the console on shutdown. Discussed with benno@ who wants to see when a deamon stops during normal system operation. OK brynet@