From owner-freebsd-stable@FreeBSD.ORG Sat Nov 17 01:46:52 2007 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D0C5616A420; Sat, 17 Nov 2007 01:46:52 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mx.egr.msu.edu (surfnturf.egr.msu.edu [35.9.37.164]) by mx1.freebsd.org (Postfix) with ESMTP id A40BF13C4B8; Sat, 17 Nov 2007 01:46:52 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from localhost (localhost.egr.msu.edu [127.0.0.1]) by mx.egr.msu.edu (Postfix) with ESMTP id 891E02EB952; Fri, 16 Nov 2007 20:31:04 -0500 (EST) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mx.egr.msu.edu ([127.0.0.1]) by localhost (surfnturf.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hbQqb1VE0BqD; Fri, 16 Nov 2007 20:31:04 -0500 (EST) Received: from localhost (daemon.egr.msu.edu [35.9.44.65]) by mx.egr.msu.edu (Postfix) with ESMTP id 5C92F2EB94E; Fri, 16 Nov 2007 20:31:04 -0500 (EST) Received: by localhost (Postfix, from userid 21281) id 2C11D33C22; Fri, 16 Nov 2007 20:31:04 -0500 (EST) Date: Fri, 16 Nov 2007 20:31:04 -0500 From: Adam McDougall To: stable@freebsd.org Message-ID: <20071117013104.GE46369@egr.msu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.16 (2007-06-09) Cc: ceri@freebsd.org Subject: Hook up idmapd to build in 6-stable? 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: Sat, 17 Nov 2007 01:46:52 -0000 I am beginning to dabble with NFSv4 client functionality. I noticed idmapd is not built in -stable but it has been in -current since src/sbin/Makefile v. 1.163 (13 months ago). Should it be hooked up to the build? Thanks