Date: Sat, 14 Aug 2010 15:29:21 -0700 From: Doug Barton <dougb@FreeBSD.org> To: Ed Schouten <ed@80386.nl> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211311 - head/etc Message-ID: <4C6718C1.7050607@FreeBSD.org> In-Reply-To: <20100814221207.GJ2978@hoeg.nl> References: <201008141858.o7EIw5a4036090@svn.freebsd.org> <20100814221207.GJ2978@hoeg.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On 08/14/2010 15:12, Ed Schouten wrote: > * Doug Barton <dougb@FreeBSD.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C6718C1.7050607>