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 1SYfBw-0007Va-6q for garchives@archives.gentoo.org; Sun, 27 May 2012 15:15:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2495AE0746; Sun, 27 May 2012 15:15:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EB637E0746 for ; Sun, 27 May 2012 15:15:18 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 606B11B402D for ; Sun, 27 May 2012 15:15:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 1D03AE5428 for ; Sun, 27 May 2012 15:15:17 +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: <1338131004.b3d47d58613f0637772e71fdd30bb36cf48d69b8.WilliamH@OpenRC> 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: b3d47d58613f0637772e71fdd30bb36cf48d69b8 X-VCS-Branch: master Date: Sun, 27 May 2012 15:15:17 +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: 636e190f-5b35-4d03-b72f-7ff781d68531 X-Archives-Hash: 1691bcb3e31ba75cbc4520700942c9bb commit: b3d47d58613f0637772e71fdd30bb36cf48d69b8 Author: William Hubbs gentoo org> AuthorDate: Sun May 27 15:03:24 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun May 27 15:03:24 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3Db3d47d58 termencoding should not run on lxc reported-by: Alexey Shvetsov gentoo.org> --- init.d/termencoding.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init.d/termencoding.in b/init.d/termencoding.in index 5f09c98..0f243e2 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -9,7 +9,7 @@ ttyn=3D${rc_tty_number:-${RC_TTY_NUMBER:-12}} =20 depend() { - keyword -openvz -uml -vserver -xenu + keyword -lxc -openvz -uml -vserver -xenu use root after bootmisc }