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 1RvtGs-00019l-QW for garchives@archives.gentoo.org; Fri, 10 Feb 2012 16:24:27 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CAFEE0019; Fri, 10 Feb 2012 16:24:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6BCD2E0019 for ; Fri, 10 Feb 2012 16:24:19 +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 D44D11B400E for ; Fri, 10 Feb 2012 16:24:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 875D2E53FF for ; Fri, 10 Feb 2012 16:24: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: <94661b1d22803a9a5c485ff5f89d5b867afa1fb7.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: 94661b1d22803a9a5c485ff5f89d5b867afa1fb7 Date: Fri, 10 Feb 2012 16:24: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: 38f5cbf9-ca18-42b0-94f8-76f5eb678ce4 X-Archives-Hash: 7e421bcc1ffb7672aa9409448b4ba417 commit: 94661b1d22803a9a5c485ff5f89d5b867afa1fb7 Author: William Hubbs gentoo org> AuthorDate: Fri Feb 10 15:47:12 2012 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 10 15:47:12 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/openrc.git;a=3D= commit;h=3D94661b1d termencoding: change "need root" to "use root" This allows root to be removed from the boot runlevel which is needed sometimes when the root fs is mounted read-only. Reported-By: Maxim Kammerer dee.su> X-Gentoo-Bug: 400921 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=3D400921 --- 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 af4ed15..c8ea167 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -10,7 +10,7 @@ ttyn=3D${rc_tty_number:-${RC_TTY_NUMBER:-12}} depend() { keyword -openvz -prefix -uml -vserver -xenu - need root + use root after bootmisc } =20