CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2012/12/01 04:59:45
Modified files: sbin/dhclient : dhclient.c Log message: Make privileged process daemonize too. Using same function as the non-privileged process, go_daemon(). As pointed out by kettenis@, otherwise it is still attached to a controlling terminal and subject to the dangers thereof. Prep for having the privileged process pay attention to signals.