From owner-freebsd-stable@FreeBSD.ORG Mon Oct 24 09:16:14 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62FBB16A41F for ; Mon, 24 Oct 2005 09:16:14 +0000 (GMT) (envelope-from rihad@mail.ru) Received: from mx4.mail.ru (fallback.mail.ru [194.67.57.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0498F43D46 for ; Mon, 24 Oct 2005 09:16:13 +0000 (GMT) (envelope-from rihad@mail.ru) Received: from mx6.mail.ru (mx6.mail.ru [194.67.23.26]) by mx4.mail.ru (mPOP.Fallback_MX) with ESMTP id 5E9DA46FE52 for ; Mon, 24 Oct 2005 13:16:12 +0400 (MSD) Received: from [62.212.229.3] (port=46345 helo=[62.212.229.3]) by mx6.mail.ru with esmtp id 1ETxew-0003bL-00 for freebsd-stable@freebsd.org; Mon, 24 Oct 2005 12:26:22 +0400 Message-ID: <435C9AAC.80609@mail.ru> Date: Mon, 24 Oct 2005 13:26:20 +0500 From: rihad User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: DHCP DDNS updates X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Oct 2005 09:16:14 -0000 FreeBSD 6-STABLE has imported dhclient from OpenBSD: OpenBSD dhclient as of OpenBSD 3.7 has been imported. It replaces the ISC DHCP client used in prior versions of FreeBSD. (http://www.freebsd.org/relnotes/6-STABLE/relnotes/i386/article.html) making /etc/dhclient.conf no longer accept this syntax: send fqdn.fqdn "some.host.name."; send fqdn.server-update on; Ironically, OpenBSD 3.8-current has reverted back to accepting this DDNS related syntax a month or so ago. Is there a chance we get a fresher merge from OpenBSD?