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 1SYfKG-0000Sl-N7 for garchives@archives.gentoo.org; Sun, 27 May 2012 15:24:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0241AE07B4; Sun, 27 May 2012 15:23:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id C370CE07B4 for ; Sun, 27 May 2012 15:23:59 +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 3570F1B401B for ; Sun, 27 May 2012 15:23:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F2BAAE5428 for ; Sun, 27 May 2012 15:23:57 +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: <1338132007.3ebaa31edbcd06a2d423d1a856d8b945f0784671.WilliamH@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.10.x 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: 3ebaa31edbcd06a2d423d1a856d8b945f0784671 X-VCS-Branch: openrc-0.10.x Date: Sun, 27 May 2012 15:23:57 +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: 24f26105-2eeb-47bb-9360-5d42f501e2d4 X-Archives-Hash: df273021933c88ed6e2c7de2a75695a4 commit: 3ebaa31edbcd06a2d423d1a856d8b945f0784671 Author: William Hubbs gentoo org> AuthorDate: Sun May 27 15:03:24 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Sun May 27 15:20:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D3ebaa31e 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 }