From owner-svn-src-head@FreeBSD.ORG Sat Aug 14 22:29:23 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE42F106567A for ; Sat, 14 Aug 2010 22:29:23 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 6B4198FC2B for ; Sat, 14 Aug 2010 22:29:23 +0000 (UTC) Received: (qmail 7254 invoked by uid 399); 14 Aug 2010 22:29:22 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 14 Aug 2010 22:29:22 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4C6718C1.7050607@FreeBSD.org> Date: Sat, 14 Aug 2010 15:29:21 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100807 Thunderbird/3.1.2 MIME-Version: 1.0 To: Ed Schouten References: <201008141858.o7EIw5a4036090@svn.freebsd.org> <20100814221207.GJ2978@hoeg.nl> In-Reply-To: <20100814221207.GJ2978@hoeg.nl> X-Enigmail-Version: 1.1.2 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211311 - head/etc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2010 22:29:24 -0000 On 08/14/2010 15:12, Ed Schouten wrote: > * Doug Barton wrote: >> - [ -n "$enable_quotas" ] && quota_enable="$enable_quotas" >> + [ -n "$enable_quotas" ] && err 1 "enable_quotas is deprecated, use quotas_enable" > > The flag is called quota_enable, right? Not quotas_enable. Right, sorry. >> Log: >> Give people some warning before removing enable_quotas > > You have now already effectively removed enable_quotas, right? It > doesn't get mapped to quota_enable anymore. Silently failing is a higher level of "removal" than loudly failing, but you're right that it could have been phrased better. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso