From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KdhY4-0002mD-PG for garchives@archives.gentoo.org; Thu, 11 Sep 2008 08:29:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E96EE030E; Thu, 11 Sep 2008 08:29:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2BD29E030E for ; Thu, 11 Sep 2008 08:29:08 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 2AE4567E71 for ; Thu, 11 Sep 2008 08:29:07 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KdhY2-0005Ee-05 for gentoo-doc-cvs@lists.gentoo.org; Thu, 11 Sep 2008 08:29:06 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: openrc-migration.xml Message-Id: From: Joshua Saddler Date: Thu, 11 Sep 2008 08:29:06 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 364116e1-3b13-4c85-ab54-4429c501f216 X-Archives-Hash: 622467af6b62b5ca3e3f6db8ed652e3f nightmorph 08/09/11 08:29:05 Modified: openrc-migration.xml Log: added boot log stuff to the openrc migration guide, bug 218593 Revision Changes Path 1.11 xml/htdocs/doc/en/openrc-migration.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.11&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/openrc-migration.xml?r1=1.10&r2=1.11 Index: openrc-migration.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openrc-migration.xml,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- openrc-migration.xml 16 Apr 2008 00:40:11 -0000 1.10 +++ openrc-migration.xml 11 Sep 2008 08:29:05 -0000 1.11 @@ -1,6 +1,6 @@ - + Baselayout and OpenRC Migration Guide @@ -24,8 +24,8 @@ -1.6 -2008-04-15 +1.7 +2008-09-11 Background @@ -359,6 +359,25 @@
+Boot log + + +

+Previously, you could log the boot process by using +app-admin/showconsole. However, OpenRC now handles all logging +internally, so there's no need for the hacks that showconsole employed. +You can safely unmerge showconsole. To continue logging boot messages, +just set the appropriate variable in /etc/rc.conf. Logs will appear +in /var/log/rc.log. +

+ +
+rc_logger="YES"
+
+ + +
+
Finishing up