From owner-freebsd-current@FreeBSD.ORG Thu Feb 5 19:50:51 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 453421065675 for ; Thu, 5 Feb 2009 19:50:51 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id C305F8FC30 for ; Thu, 5 Feb 2009 19:50:50 +0000 (UTC) (envelope-from mister.olli@googlemail.com) Received: by fg-out-1718.google.com with SMTP id l26so240681fgb.35 for ; Thu, 05 Feb 2009 11:50:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:subject:from:reply-to:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=0rW3ORnkdHXN1/B34H92556l+PaICkzOJ+pGTvhF/QI=; b=TD2GeAKsO4h+m2si45X2iyxwQV4TLtH6hf6MnwHVLo/2W1nupReDbgZAAmCLnnNeeB HjcXMFgv38wyyu/kWcakDZZztB+6z5g3AHRwuX+zRzMXTaoFjHVx8wPMC6m2PYBkRAml Y2t735PYKMfWFidZMYM1W/jH64hDuFfpsRY+M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=subject:from:reply-to:to:cc:in-reply-to:references:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; b=lSKX3hzPUE1r1y9Oyd6krCQKJi51HYESrFCaKp+LvHtuZlkROaV9+BGRXP67MwLerc YaLR6SVSSnjHjmCyMyX3NcQOSLzKZssDERg720/klChJmbHR7GaveMhUY8PveV3Ltb4q 6TCXGMYSNs8UWU5rJRZlnhVbWlTGhYUCIdai8= Received: by 10.223.106.68 with SMTP id w4mr807042fao.20.1233863449593; Thu, 05 Feb 2009 11:50:49 -0800 (PST) Received: from ?10.30.1.235? (vpn-or.studi-planet.com [78.47.172.52]) by mx.google.com with ESMTPS id 21sm1178180fkx.39.2009.02.05.11.50.48 (version=SSLv3 cipher=RC4-MD5); Thu, 05 Feb 2009 11:50:48 -0800 (PST) From: Mister Olli To: Ed Schouten In-Reply-To: <20090205142137.GD1230@hoeg.nl> References: <20090205135552.GC1230@hoeg.nl> <498AF334.3090906@FreeBSD.org> <20090205142137.GD1230@hoeg.nl> Content-Type: text/plain Date: Thu, 05 Feb 2009 20:50:03 +0100 Message-Id: <1233863403.22204.40.camel@phoenix.blechhirn.net> Mime-Version: 1.0 X-Mailer: Evolution 2.12.3 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: [Patch] problems dropping to single user from multi in recent -current? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mister.olli@googlemail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2009 19:50:51 -0000 Hi, I had the same problem, now it works like a charm. Thanks for the great work -- Mr. Olli Am Donnerstag, den 05.02.2009, 15:21 +0100 schrieb Ed Schouten: > * Stephane E. Potvin wrote: > > Ed Schouten wrote: > > > I'll commit it after I get confirmation from Mark. > > > > > > > Hi Ed, > > > > I can confirm that it fixes the console problem that I had. I now can > > see what I type on the console after going down to single-user mode from > > multi-user. > > Ah, another tester, good enough. I've committed it to SVN (r188147). > Thanks for reporting/testing! >