CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2013/02/13 12:32:52
Modified files: sbin/dhclient : dhclient.c dispatch.c Log message: Restore previous behaviour of not cleaning up in response to SIGTERM. SIGTERM is used to make processes go away during system shutdown and NFS filesystems may be still be in use when it is received. So removing routes to the NFS servers is a bad thing. Problem discovered and fix tested by landry@.