From owner-freebsd-arm@FreeBSD.ORG Wed Mar 25 12:20:43 2009 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD5051065676 for ; Wed, 25 Mar 2009 12:20:43 +0000 (UTC) (envelope-from brucec@muon.cran.org.uk) Received: from muon.cran.org.uk (brucec-1-pt.tunnel.tserv4.nyc4.ipv6.he.net [IPv6:2001:470:1f06:c09::2]) by mx1.freebsd.org (Postfix) with ESMTP id 9B3CE8FC1F for ; Wed, 25 Mar 2009 12:20:43 +0000 (UTC) (envelope-from brucec@muon.cran.org.uk) Received: by muon.cran.org.uk (Postfix, from userid 1000) id 143561924A; Wed, 25 Mar 2009 12:20:43 +0000 (GMT) Date: Wed, 25 Mar 2009 12:20:43 +0000 From: Bruce Cran To: freebsd-arm@freebsd.org Message-ID: <20090325122042.GA13807@muon.cran.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Subject: SYSCTL_OMIT_DESCR in config files X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Mar 2009 12:20:44 -0000 I was reading through some of the config files in /sys/arm/conf and noticed that SYSCTL_OMIT_DESCR is present but commented out. It looks like the code to omit sysctl descriptions actually got committed as NO_SYSCTL_DESCR but the config files haven't been updated. -- Bruce Cran