From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QAT6u-0002me-8y for garchives@archives.gentoo.org; Thu, 14 Apr 2011 20:25:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF6C91C0DD; Thu, 14 Apr 2011 20:25:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9D5C71C0DD for ; Thu, 14 Apr 2011 20:25:09 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BCAFA1B4161 for ; Thu, 14 Apr 2011 20:25:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id D3B6D80065 for ; Thu, 14 Apr 2011 20:25:07 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <75722dac4ed11ea90f4eeda2095ed75293ec3586.williamH@gentoo> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/termencoding.in X-VCS-Directories: init.d/ X-VCS-Committer: williamH X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 75722dac4ed11ea90f4eeda2095ed75293ec3586 Date: Thu, 14 Apr 2011 20:25:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: f39685c1192a43cb8969273d0df22bfc commit: 75722dac4ed11ea90f4eeda2095ed75293ec3586 Author: Sebastian Thorarensen blinkenshell org> AuthorDate: Thu Apr 14 20:21:02 2011 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Apr 14 20:21:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D75722dac termencoding should run after bootmisc This change is necessary so that the unicode flag is not erased by bootmisc. X-Gentoo-Bug: 363611 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=3D363611 --- init.d/termencoding.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/init.d/termencoding.in b/init.d/termencoding.in index 5bb417b..e022e0d 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -11,6 +11,7 @@ depend() { keyword -openvz -prefix -uml -vserver -xenu need root + after bootmisc } =20 start()