From owner-svn-src-all@FreeBSD.ORG Fri Nov 13 18:31:09 2009 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 4DD1E106568F; Fri, 13 Nov 2009 18:31:09 +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 E705B8FC08; Fri, 13 Nov 2009 18:31:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id nADIMQXW078077; Fri, 13 Nov 2009 11:22:26 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 13 Nov 2009 11:22:25 -0700 (MST) Message-Id: <20091113.112225.74673095.imp@bsdimp.com> To: ed@FreeBSD.org From: Warner Losh In-Reply-To: <200911130554.nAD5st8F056133@svn.freebsd.org> References: <200911130554.nAD5st8F056133@svn.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r199243 - in head: . etc/etc.amd64 etc/etc.arm etc/etc.ia64 etc/etc.mips etc/etc.powerpc etc/etc.sparc64 etc/root share/skel sys/conf sys/dev/syscons tools/tools/nanobsd/gateworks/Files... 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: Fri, 13 Nov 2009 18:31:09 -0000 > Author: ed > I still have to enable this on i386. Right now pc98 and i386 share the > same /etc/ttys file. I'm not going to switch pc98, because it uses its > own Kanji-capable cons25 emulator. Sounds like a ${MACHINE} should be used here instead of ${MACHINE_ARCH}, no? Warner