Module Name: src Committed By: thorpej Date: Fri Feb 5 18:17:27 UTC 1999 Modified Files: src/usr.sbin/dhcp/client: dhclient.c Log Message: On second thought, don't use atexit(3). Instead, invoke cleanup() directly from catch_sigterm() before calling exit(). This follows the style of the rest of the code.