CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/09/20 10:45:09
Modified files: usr.sbin/switchd: switchd.c Log message: Unbreak logging for children process in switchd(8). log_init/verbose() must be called before proc_init() otherwise child process won't have this configured. ok reyk@