From 75722dac4ed11ea90f4eeda2095ed75293ec3586 Mon Sep 17 00:00:00 2001
From: Sebastian Thorarensen <indigo176@blinkenshell.org>
Date: Thu, 14 Apr 2011 15:21:02 -0500
Subject: 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=363611
---
 init.d/termencoding.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/init.d/termencoding.in b/init.d/termencoding.in
index 5bb417b9..e022e0d4 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
 }
 
 start()
-- 
cgit v1.2.3