CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/05/10 15:54:59
Modified files: sbin/init : init.c Log message: Do not close the stdio file desciptors in init(8), but dup2(2) them from /dev/null. The code is taken from daemon(3). Also move this operation to the beginning. OK millert@ deraadt@