CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/09/15 09:52:22
Modified files: usr.sbin/switchd: switchd.c Log message: Teach switchd(8) how to shutdown using close() instead of kill(). This commit mostly removes the parent SIGCHLD handler, the rest of the code is already in proc.c. ok reyk@