CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2019/01/19 19:42:24
Modified files: sbin/dhclient : dhclient.c Log message: Don't delay signal(SIGPIPE, SIG_IGN) until go_daemon() does it. First, go_daemon() may not be called before the first error. Second, go_daemon() doesn't do anything when '-d' is specified.