On Thu, Sep 15, 2016 at 09:52:22AM -0600, Rafael Zalamena wrote: > 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@ >
ok from sunil@ as well.