From owner-cvs-src@FreeBSD.ORG Tue Sep 28 15:24:42 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B07116A50E; Tue, 28 Sep 2004 15:24:40 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 820A043D49; Tue, 28 Sep 2004 15:24:40 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i8SFLF6s098109; Tue, 28 Sep 2004 09:21:15 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 28 Sep 2004 09:22:31 -0600 (MDT) Message-Id: <20040928.092231.110913237.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: References: <200409280422.i8S4Mu7g047371@repoman.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=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sbin/init init.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2004 15:24:43 -0000 In message: des@des.no (Dag-Erling Sm=F8rgrav) writes: : Warner Losh writes: : > Log: : > Turns out that revision 1.52 was a bad idea. It broke the long : > standing ability to list a non-existant device in /etc/ttys to ke= ep it : > from dying. This is a documented feature of init(8): : = : Grr... you have no idea how much time I wasted trying to use this : feature while it was broken :( Thanks for fixing it! I'm sorry for my part in 1.52. I didn't understand what the implications of the change were. When my boss asked me why I'd glanced at it and didn't say anything, I had to do a lot of 'errr, ummm, welll, I didn't think it would break anything' but I was clearly wrong :-(. Warner