From owner-svn-src-all@FreeBSD.ORG Tue Apr 6 17:07:18 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D76781065670; Tue, 6 Apr 2010 17:07:18 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 97D388FC13; Tue, 6 Apr 2010 17:07:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o36Gwd1a013258; Tue, 6 Apr 2010 10:58:40 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 06 Apr 2010 10:54:17 -0600 (MDT) Message-Id: <20100406.105417.934842008305588111.imp@bsdimp.com> To: netchild@freebsd.org From: "M. Warner Losh" In-Reply-To: <20100405181450.13494itjj2ehj5og@webmail.leidinger.net> References: <20100405143123.14716pelm4tos2kg@webmail.leidinger.net> <20100405133505.GK2415@deviant.kiev.zoral.com.ua> <20100405181450.13494itjj2ehj5og@webmail.leidinger.net> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kostikbel@gmail.com, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r206082 - in head: . share/man/man7 share/mk sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2010 17:07:18 -0000 In message: <20100405181450.13494itjj2ehj5og@webmail.leidinger.net> Alexander Leidinger writes: : Warner, do you mind if I back-out r206082 and change the place where : NORMAL_CTFCONVERT is used instead (fist I have to search for it : again... not today)? It would make it consistent with all other places : (SYSTEM_CTFCONVERT and the plain test and use of CTFxxx). Go ahead. I just did the fast and dirty fix. I though it was consistent with how other things were done, but if not, feel free to correct it. Also, see bde's commentary :) Warner