From owner-freebsd-hackers Sun Nov 30 18:54:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA25280 for hackers-outgoing; Sun, 30 Nov 1997 18:54:57 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA25267 for ; Sun, 30 Nov 1997 18:54:54 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id SAA18634; Sun, 30 Nov 1997 18:54:38 -0800 (PST) To: Paul Traina cc: hackers@FreeBSD.ORG Subject: Re: dhcp client for freebsd? In-reply-to: Your message of "Sun, 30 Nov 1997 15:30:44 PST." <199711302330.PAA18088@precipice.shockwave.com> Date: Sun, 30 Nov 1997 18:54:38 -0800 Message-ID: <18630.880944878@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Has anyone done or started work on a DHCP client for FreeBSD? I noticed that > there's one for Linux now (dhcpdc-0.70)...? There are numerous ones for FreeBSD, not least of which being the one from the WIDE project which has been around for ages, but I also noticed that a client is in the NetBSD sources and would probably be easy to bring across on account of the fact that it's already conveniently bmake'd and all. :-) Jordan